Dashboards & Visualizations

Timechart trend - for the last 7 days

smthakur73
New Member

Each day of the trend chart should show me the total for the last 7 days. For eg:

Apr 7 - sum(Apr 1 - Apr 7)
Apr 8 - sum(Apr 2 - Apr 😎
Apr 9 - sum(Apr 3 - Apr 9)

etc...

This presents a daily improvement for the last 7 days of data set.

Tags (1)
0 Karma

skoelpin
SplunkTrust
SplunkTrust

Use timewrap.. You gotta pipe in a timechart to do it like this

index=.. 
| timechart  span=1h sum(field_name) 
| timewrap 1d
0 Karma

Sukisen1981
Champion
0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...