Reporting

Scheduled alerts to get the latest event

fatjoe
Engager

How to I schedule an alert every five minutes to retrieve the latest index event for my source type?

When I run this query it gives me the latest event indexed.
sourcetype = MonitorLog | dedup Username | WHERE SecondsElapsed >= 300

LoggedTime,Username,AllocatedDirectorySize,UsedDirectorySize,PercentageUsage,LatestFileCreationTime,TimeElapsed,SecondsElapsed
5/17/2017 12:44:11 PM,amiro,300,314,105%,5/17/2017 12:01:30 PM,"0 days, 0 hours, 42 minutes, 41 seconds",2561.1242336

I set up a scheduled alert with the following cron job parameters:

Earliest: +0m@m
Latest: +5m@m
Cron expression: */5 * * * *

But its not working?
Any help is appreciated

Tags (2)
0 Karma
1 Solution

woodcock
Esteemed Legend

You are searching into the future; you need to search back to the past, like this:

Earliest: -5m@m
Latest: now

View solution in original post

woodcock
Esteemed Legend

You are searching into the future; you need to search back to the past, like this:

Earliest: -5m@m
Latest: now

fatjoe
Engager

@woodcock, Thanks for the help......It is working now

0 Karma
Get Updates on the Splunk Community!

Fun with Regular Expression - multiples of nine

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

[Live Demo] Watch SOC transformation in action with the reimagined Splunk Enterprise ...

Overwhelmed SOC? Splunk ES Has Your Back Tool sprawl, alert fatigue, and endless context switching are making ...

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...