...| fillnull | untable _time sasl_username "Dest in 5m"
| eval date_hour=strftime(_time,"%1H")
| chart avg("Dest in 5m") over date_hour by sasl_username
timechart let me to fill null v...
Hello,
I have a search returning some results that look like this:
sourcetype="somesourcetype" [ search sourcetype="somesourcetype" ... | top limit=100 email | fields + email ] | stats count b...
...olumn:
index=x|stats sum by Total, Model
I was trying to do the following:
Unpivot\Untable all values of columns into 1 column, keep Total as a second column.
The result should look like:
M...
Hi-hi!
Is it possible to preserve original table column order after untable and xyseries commands?
E.g.:
...
| table period orange lemon ananas apple cherry (and I need right this s...
...imestamp. I untable the events using this syntax: ...| untable _time FieldName FieldValue The results appear as this: _time FieldName FieldValue 2020-06-16 12:51:53 EventCode 1257 2020-06-1...