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!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...