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!

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 ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...