I want to run a simple search counting total number of events over a time duration such earliest = -6 months, latest = now.
Say I want to run this search on a daily basis, but obviously I don't need the past 6 months to be calculated and regenerated each time because each consecutive search is just going to add a small delta to the entire search, namely, 1 new days worth of data.
Is there a way for me to optimize this search or use some other Splunk functionality in order to get cached results from the past and just recalculate the new deltas?
Thanks.
This can be solved by following one of the 3 possible approaches listed in this documentation article:
http://docs.splunk.com/Documentation/Splunk/6.2.1/Knowledge/Aboutsummaryindexing
i.e.
Hope this helps.
This can be solved by following one of the 3 possible approaches listed in this documentation article:
http://docs.splunk.com/Documentation/Splunk/6.2.1/Knowledge/Aboutsummaryindexing
i.e.
Hope this helps.