Alerting

custom alert for specific range

sarkanth12
New Member
sourcetype="access_test" -------------- |
 eval AllenPercentage=(Allen_hits/Total_hits)*100 as AllenPercentage  |
eval RcdnPercentage=(Rcdn_hits/Total_hits)*100 as RcdnPercentage | 

I would like to set a custom alert if RcdnPercentage reaches to 80% and AllenPercentage reaches to 20%

Tags (2)
0 Karma

lguinn2
Legend

Add this to the end of your search:

| where RcdnPercentage  >= .8 AND AllenPercentage >= .2

Then set the Alter Condition to Number of Results > 0.
That should work

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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