Alerting

Search Query - Alert

rashi83
Path Finder

Hi ,
I have a query which returns 5 events ( basically 5 files gets transferred) . I need to send an alert once all 5 files are transferred - meaning as soon as the event count is 5 , alert should be triggered. IS the below query good enough for such scneario ?

Should I write like index=* X y | stats count by FileName | where count=5

Labels (1)
Tags (2)
0 Karma

to4kawa
Ultra Champion

Does only success populate the event?

0 Karma

rashi83
Path Finder

yes , if only success / transfer happen - event gets written

0 Karma

to4kawa
Ultra Champion

well, your query is enough for this, I think.

0 Karma

rashi83
Path Finder

So while setting up Alert - should I mention Trigger Alert when Number of Results is greater than 4. OR will the query takes care of it.

I am little confused .

0 Karma

to4kawa
Ultra Champion

you use | where count=5
, so to fire
alert

event count > 0

rashi83
Path Finder

Thank you

0 Karma

to4kawa
Ultra Champion

please provide your query for answer and accept it.

0 Karma

rashi83
Path Finder

up voted your answer

0 Karma

to4kawa
Ultra Champion

thank you rashi83

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

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 ...