Splunk Search

timechart count by and timechart daily average

transgaming
Explorer

Given the following Splunk query, I'm able to create a nice line chart.

... | timechart span=7d count by my_field

I'd like to create a smoother line chart by instead charting the daily average count. How do I do that?

Thanks.

Tags (1)
0 Karma

transgaming
Explorer

This is what I was looking for:

... | timechart span=1d count by my_field | bucket _time span=1w | stats avg(val1), avg(val2), avg(val3) by _time

BobM
Builder

a change span=7d to span=1d to get daily granularity.

You can also use streamstats to smooth it more if that is needed.

transgaming
Explorer

Changing the span to daily actually makes the line report less smooth. I'll check out streamstats. Thanks.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...