In humio’s query language, I’m trying to find a way to list all of the distinct / unique values in a result, e.g. select(["kubernetes.namespace_name"])
returns many thousands of results depending on how many logs have been written, but only a few dozen values. I want to get all the distinct values
Tried variations on count(...)
and a few other things, but not got the result I hoped