Splunk Search

Only show every 7th day in timechart

akhan8928
New Member

Currently I have the following -

index="mysql_uc_orders" earliest=-7d@d latest=now | bucket span=1m _time | timechart count span=30m | timewrap d

This works fine as it shows the latest day and the 7th day but it also shows 1day, 2days, 3days etc.

I'd like to only show the latest day and the 7 days before (I.e. week over week on a specific day).

Does anyone know what filter I need to use?

Tags (1)
0 Karma

lguinn2
Legend

With timewrap, I think you want timewrap w not d.

You could also do this manually. Here is another way

index="mysql_uc_orders" earliest=-7d@d latest=now 
| bucket span=1m _time 
| timechart count span=30m
| eval today=strftime(now(),"%A")
| eval dayOfWeek = strftime(_time,"%A")
| where dayOfWeek == today
0 Karma
Get Updates on the Splunk Community!

Admin Your Splunk Cloud, Your Way

Join us to maximize different techniques to best tune Splunk Cloud. In this Tech Enablement, you will get ...

Cloud Platform | Discontinuing support for TLS version 1.0 and 1.1

Overview Transport Layer Security (TLS) is a security communications protocol that lets two computers, ...

New Customer Testimonials

Enterprises of all sizes and across different industries are accelerating cloud adoption by migrating ...