Reporting

schedule search settings for time range

shaganga
New Member

Hi

we have created saved search with schedule type (cron every 2 mins) and time range (-2 mins earlier to now) with enabled the summary index which is working perfect.

Can we schedule saved search in below manner?
instead of picking time range -2mins, Can we apply the incremental time range (where if its not indexed, it can be picked up and stored in summary index)?

0 Karma

cpetterborg
SplunkTrust
SplunkTrust

You can't say "pick up where you left off," unfortunately.

What you probably want to do is not use now for the end time. If the search gets delayed it will pick up events past the end of the minute that it was supposed to end on, and you may miss some events that would have been at the beginning of the minutes that the search started. Use @m in place of now and you will get the search to stop at the minute boundary, and use -2m@m for your start time. These will always hit the minute boundaries. This makes your data segments not overlap.

One other suggestion would be to start a minute late, to ensure that the data will have all made it into the time slot. You could use -3m@m to -1m@m.

Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...