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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...