Splunk Search

How do I set up a static start time in alerts?

aniketb
Path Finder

How do I set up a static start time in alerts?

I want my search to run from say June 15, 6:00 AM to now. The start time never changes.
I'll be using end time as -now.

Tags (2)
0 Karma
1 Solution

somesoni2
Revered Legend

The epoch equivalent of June 15,2014 6:00AM EST is "1402826400". You can use this as your earliest.
Use this online tool to get the epoch equivalent : http://www.epochconverter.com/
So the query will be like this

your search terms earliest=1402826400 latest=now |....

View solution in original post

rsneha
New Member

thanks

0 Karma

somesoni2
Revered Legend

The epoch equivalent of June 15,2014 6:00AM EST is "1402826400". You can use this as your earliest.
Use this online tool to get the epoch equivalent : http://www.epochconverter.com/
So the query will be like this

your search terms earliest=1402826400 latest=now |....
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...