so i use this lucene query:
the resulting graph returns some items that i want but it also includes some “Value” thing which cannot be removed:
how to get rid of this thing? i only want to see those items that i Group By
so i use this lucene query:
the resulting graph returns some items that i want but it also includes some “Value” thing which cannot be removed:
how to get rid of this thing? i only want to see those items that i Group By
May be Organize fields by name transformation would fit in your case?
For anyone else wondering where those “Value” or “Count” or whatever unwanted and unplanned things come from - they appear whenever there is an empty (null) value in a field.
So in my case the “event_http_referrer.keyword” field had a bunch of values as ““ (emptiness), and this emptiness was labeled as “Value” by Grafana