Other Usage

How to change first day of week in Splunk?

indeed_2000
Motivator

How can I change first day of week in splunk
For e.g.I want to create report that show this week errors but first day of week is Saturday not Sunday!

Any recommendation?
Thanks,

Labels (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

To search using week boundaries starting on Saturday use @w6 instead of @w.
To chart using weekly spans starting on Saturday use span=1w@w6 instead of span=1w

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

span is used for commands like timechart. For your search, set the timerange using @w6 to refer to the most recent Saturday.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

What is your SPL?

0 Karma

indeed_2000
Motivator

I mean Something like this
Index=* | search errors* span=1w@w6
Is this correct?

0 Karma

indeed_2000
Motivator

How can use it in my SPL?

0 Karma

Farheen
Explorer

You can use something like below

Index=*  earliest=-1w@w6 latest=now()
| search errors* 

0 Karma
Get Updates on the Splunk Community!

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...