Splunk Search

set earliest and latest time stamp

k_harini
Communicator

How to set earliest to 26th of previous month and latest to 25th of current month? if hard corded then 26th of Feb to 25th of March is the cycle. Please help with some examples. Thanks!

Tags (1)
0 Karma
1 Solution

muebel
SplunkTrust
SplunkTrust

Hi k_harini, Including something like this into your search should set the time interval as you want:

earliest=-1mon@mon+26d latest=@mon+25d

You might have to adjust it a bit, but the basic idea is to look at the previous month, relative to the start of this month, -1mon@mon and then add 26 days to it, +26d

Likewise, the latest time should be from the start of the current month @mon to 25 days into the month +25d

You might need to adjust the day values to get exactly what you want, but this should do the trick.

Please let me know if this answers your question! 😄

View solution in original post

k_harini
Communicator

Thanks everyone for prompt response. This forum helps a lot.

0 Karma

muebel
SplunkTrust
SplunkTrust

Hi k_harini, Including something like this into your search should set the time interval as you want:

earliest=-1mon@mon+26d latest=@mon+25d

You might have to adjust it a bit, but the basic idea is to look at the previous month, relative to the start of this month, -1mon@mon and then add 26 days to it, +26d

Likewise, the latest time should be from the start of the current month @mon to 25 days into the month +25d

You might need to adjust the day values to get exactly what you want, but this should do the trick.

Please let me know if this answers your question! 😄

woodcock
Esteemed Legend
0 Karma

somesoni2
Revered Legend

I guess there is a typo in latest (you meant 25 and not 245).

woodcock
Esteemed Legend

HA HA, yes! Fixed now, thank you.

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...