Alerting

How to create an Alert when ping UP and DOWN?

jack1
Loves-to-Learn Everything

My i know how to set ping how many times fail or success , then only it will send alert?

Currently I was told tht it only ping 1 time in 5mins, then it will send out alert if DOWN. which I think 1 time ping is too short to conclude the IP is DOWN. I wanted to change it to 5 times ping , if 100% only consider IP is DOWN. May I know how to do it ?

 Network State Change Rule.png

Labels (1)
0 Karma

jack1
Loves-to-Learn Everything

Hi, 

I dont understand. you mean add this 2 cmd after existing one? or how shld it be?

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Start with a search which finds when you have at least 5 consecutive down flags

| streamstats count reset_on_change=true by flag
| where flag="DOWN" AND count>=5
0 Karma

jack1
Loves-to-Learn Everything

Is it like this?

 

jack1_0-1655038082016.png

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Start with

index=ping
| eval flag=if(packet_loss=100,"DOWN","UP")
| streamstats count reset+on_change=true by flag
| where count >= 5 AND flag="DOWN"
0 Karma

jack1
Loves-to-Learn Everything

Sorry i nvr do splunk before.  where do i start copy the line frm current alert settings? so tht I will know which branch is DOWN , at wht date/time, with the comments as well.something like below. All info is frm the lookup file.

 WAN Site: Palo Alto US Cct:11654483  

16 Jun 2022 17:04:40 - WAN UP

May I knw how to link this to the lookup file? It has all the IP and branch name, location, cct id, etc.

Currently the ping is set to 5 (original is 1), interval=300s but thereafter only received UP but no DOWN alert  

 

jack1_2-1655379486224.jpeg

May i also knw how shld the time range and cron expression be configured for every 300s(5 ping)?

jack1_3-1655379636334.png

 

 

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

SOK it to Me: Top 3 Benefits of Using Splunk Operator on Kubernetes that’ll Make ...

    Thursday, July 9, 2026  |  11:00AM–12:00PM PDT Duration: 1 hour (includes Q&A) Managing can feel like a ...

Upgrade Prep for 10.4, Network Observability Deep Dives, and More from Splunk Lantern

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...

Splunk Developer Day announcements: AI agents, MCP tools, Forecasting, and Custom ...

Splunk Developer Day was packed with product and platform updates for developers building in the AI ...