Splunk Search

Using timechart to show the number of users in the busiest minute against a one hour span

SleepyGuy
Engager

Hi,

I'm after some assistance.

I am trying to capture the peak number of concurrent users in a single minute block using timecharts.  I can do this one minute blocks no problem.  

Where this gets complicated is that I have been given the requirement that I should be able to change the timechart span from 1m to 1h and identify the peak minute with the highest number of users within each hour (if hour selected) and display the number of users for that peak minute (frather than the peak number of users for that hour).

Can anyone assist me with this, or advise if it's even possible?

Thanks

Labels (1)
0 Karma

SleepyGuy
Engager

Thanks, I hadn't considered that.  I'll give that a try.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Assuming you have a count per minute, you can add another timechart command

| timechart span=1h max(count) as peak_per_minute

SleepyGuy
Engager

Thanks, I hadn't considered that. I'll give that a try.

0 Karma
Get Updates on the Splunk Community!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...