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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...