Splunk Search

Time periods for query and alert

alekseisaiko
Path Finder

Hi there!
I'm running this query index="staging" |eval raw_len=len(_raw) | eval raw_len_gb = raw_len/1024/1024/1024 | stats sum(raw_len_gb) as GB by kubernetes_namespace | where GB > 0.5
When I'm running this query in "Search", I choose "For the last 24 hours".
I want to save this query as alert, and the alert will run let's say once a hour.
The question is - will it run this query like I run it in search (last 24 hours)? Or I need to specify it inside a query (last 24 hours)?

Thanks,

Aleksei

Labels (2)
Tags (1)
0 Karma
1 Solution

manjunathmeti
Champion

Once you run the search for last 24 hours and save it as an alert. Then alert runs search for for last 24 hours. You don't need to specify earliest and latest in search query.

You can also check Time Range in Edit Alert page.

Alert configuration in savedsearches.conf are stored as below:

[alert_name]
search = <search_query>
dispatch.earliest_time = -24h@h
dispatch.latest_time = now

View solution in original post

0 Karma

manjunathmeti
Champion

Once you run the search for last 24 hours and save it as an alert. Then alert runs search for for last 24 hours. You don't need to specify earliest and latest in search query.

You can also check Time Range in Edit Alert page.

Alert configuration in savedsearches.conf are stored as below:

[alert_name]
search = <search_query>
dispatch.earliest_time = -24h@h
dispatch.latest_time = now
0 Karma

alekseisaiko
Path Finder

Thanks,

And what i I will add earliest=-24h to the query as well? It will always run the query and give results for the last 24 hours?

0 Karma

manjunathmeti
Champion

Yes. Query will run for last 24 hours irrespective of Time Range set.

0 Karma

alekseisaiko
Path Finder

Got it, thanks a lot for your answer!

0 Karma

manjunathmeti
Champion

you're welcome.

0 Karma
Get Updates on the Splunk Community!

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...