...y query is : index=blabla | table title, execTime | transpose 0 header_field=title include_empty=true The issue is transpose command aggregate all title with the same value. I won't that....
Hi, I have a situation where I need to split my stats table. I have tried to use transpose and xyseries but not getting it. HAs someone had the same situation? Pls guide. Thanks!!! What I h...
...alues(request.detail.apiContext) as api by requestid
| search (api="benefits" OR api="employment" OR api="income")
| stats count by afin, api
| transpose header_field=api
I'd like the output t...
hello! This is probably a simple answer that I'm not understanding.
Running the query below will add a column at the very end called "success_rate". I don't want this since, since I've transpose...
Hi All, I have a table similar to the following id time 1 2021-03-03 13:52:53.158 1 2021-03-03 13:52:53.001 1 2021-03-03 13:52:52.987 2 2021-03-03 11:59:50.950 2 2021-03-03 ...