Splunk Search

How to compare data for a scheduled search for the past 1 hour with the previous 24 hours?

rodrigorsilva
Communicator

Hi,

I have two scheduled searches that run every 1 hour with retroactive time interval (earliest = -1h). I need to perform a comparison if a certain condition occurs within this range, so I have to increase the retroactive time (earliest = -24h), but still keep the condition of the events that occurred within the 1 hour interval. How do I do this?

0 Karma
1 Solution

dolivasoh
Contributor

Use bucket spanning to set your sample rate to 1 hour

| bucket _time span=1h

View solution in original post

dolivasoh
Contributor

Use bucket spanning to set your sample rate to 1 hour

| bucket _time span=1h

rodrigorsilva
Communicator

Hi,

It works, tks.

Rodrigo Ribeiro

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...