Hi team
I am trying to create a query in order to get average of all max values in a period of 10 mins for any selected time range. (7 days) per host.
There are multiple hosts and searching a log text in splunk. Then using the log events count I am trying to figure out how many times did the event occurred/ host was called.
For my query I want to take average of all the max values per 10 min period over the selected time-range per host.
(AVG(MAX PER 10 MIN) FOR SELECTED TIME RANGE) BY HOST
... View more