Splunk Search

Show the average per 4 seconds on a timechart with "count by"

hofer
Explorer

I have an timechart (over 1 hour) with "count by STATUS" and i changed the span of the timechart to 4s, since Splunk can chart at max 1000 points in one chart. Now it shows me, how many times p.e. "OK" appears in 4 seconds.
I want the value for just 1 second. Since it's not possible to just set span=1s, I have tried with some per_second value, but I couldn't get it to work fine.

rex max_match=10 "state-text\d\":\"(?P[]\w ]+)" | timechart span=4s count by state_text | timechart span=4s per_second(count)

If there are multiple status, I want multiple lines with the average of count over 4 seconds.

0 Karma

btt
Path Finder

hi, try with bucket command
...|bucket span=1s _time |timechart count by STATUS

0 Karma
Get Updates on the Splunk Community!

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

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...