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
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...