Splunk Search

different time ranges or tricks

0range
Communicator

How can I compare an average count of events per minute in last 15 minutes (for example) and the number of events during the last one minute?

Tags (1)
0 Karma
1 Solution

0range
Communicator

Sorry, I get.

Smth like this:

eval eventcount = 1 |
eval eventcountlast = if(now() - _time <= 60, 1, 0) |
stats sum(eventcount) as prev, sum(eventcountlast) as last |
where last < (prev/15)/3

View solution in original post

0 Karma

0range
Communicator

Sorry, I get.

Smth like this:

eval eventcount = 1 |
eval eventcountlast = if(now() - _time <= 60, 1, 0) |
stats sum(eventcount) as prev, sum(eventcountlast) as last |
where last < (prev/15)/3

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...