Splunk Search

How to edit my search to change a line graph into pie chart to display only the top 5 results?

pavanae
Builder

I have a search as follows:

My search | timechart span=1h limit=0 count by users

Which displays a line graph for the past 7 days. Now I'm looking to modify the search to display only the top 5 users (based on the event count) in a pie chart. How can I modify my search to get the result like that?

0 Karma
1 Solution

cmerriman
Super Champion
My search |top 5 users

that should do it, but it won't be hourly.

View solution in original post

0 Karma

cmerriman
Super Champion
My search |top 5 users

that should do it, but it won't be hourly.

0 Karma

pavanae
Builder

And how can I display a tabular format of those top 5 users activities considering activity is a common field for all the users next to that pie chart?

0 Karma

cmerriman
Super Champion

to show it with the hour try this:

 My search |bucket _time span=1h| stats count by user _time|eval date=strftime(_time,"%D %H:%M")|eval userHour=user+" - "+date|sort - count|head 5|fields userHour count
0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...