|
I would like to display a per-second event count for a rolling time window, say 5 minutes.
|
|
This is currently a bit tricky. The first method mentioned (a simple stats dividing the event count by the search time window) is the one that should work but as of Splunk 4.2.2, real-time search windows do not back-fill with historical events that would match the window when the search is fired. This will however be possible in 4.2.3 and beyond. In the meantime, you can achieve the desired result with the following search :
The logic behind this search is that we should divide the event count (the Fortunately, this will be much easier to do in 4.2.3 with the RT-window back-fill option! |
