Hello there, I want to make a top 10 of applications based on top 10 of categories. Here is an example: Category Nb of alert / category Application Nb of alert (by app for this c...
I'm currently building a query that reports the top 10 urls of the top 10 users. Although my current query works, I would like a cleaner look. Query:
index="zscaler" s...
hi
i use this code
index="wineventlog" sourcetype="wineventlog:" SourceName="" Type="Critique" OR Type="Avertissement" | dedup _time SourceName | table _time SourceName | stats count by SourceNa...
...ext=a count=10 time7 text=d count=6 The following query will get the Top N results: earliest=time1 latest=time7 index=blabla | stat sum(count) as count by text Result: text | c...
I want top 10 values for a field based on the timer control.
mysearch | top 10 E_Time
above command return top 10 results based on the events count. is there anyway to return top 10 values a...
Hi , am new to this... i want to Identify top 5 usage days from that i want to drill down to how many no. of visitors accessing that application, how many no. of page views are happening, which J...
Hello,
How can i add a colum on the traffic dashboard just like Top client IP's, but then with the Top Usernames?
It may replace one of the other colums, but its not necessary
Is this p...
Hello
im trying to show top 5 values in column chart
this is my query:
index="ssys_*_fdm" pauseReason: NOT "pauseReason: NotPaused" pauseReason: NOT "pauseReason: UserPaused"
| `R...