How to change the label of a count aggregate from _count
I have a query like this:
(_sourceCategory="my/thing")
| timeslice 1d
| count by _timeslice
The label of the y axis, and hovering over the bar chart bars, shows "_count"
How can I rename this?
No amount of "as %"My New Name"" works around the count by column
Please sign in to leave a comment.
Comments
1 comment