Splunk Search

possiblity of getting an alarm in terms of sound for an event.

jerinvarghese
Communicator

Hi All,

I am having a working code.

index=opennms "uei.opennms.org/nodes/nodeDown" AND "PGPMVCP1-LANRTC001"
 | rename _time as Time_CST 
 | sort - Time_CST
 | fieldformat Time_CST=strftime(Time_CST,"%m/%d/%y %H:%M")
 | dedup eventlogmsg
 | table nodelabel, eventlogmsg, Time_CST

This gives me output.

nodelabel   eventlogmsg Time_CST
PGPMVCP1-LANRTC001  PGPMVCP1-LANRTC001 : Node is down.  03/24/20 02:49

Is it possible to generate a sound alarm or a ringtone or a noise when this appears on the dashboard.
hw can i set up that.

0 Karma

PavelP
Motivator

yes, it is possible.
On Desktop (Windows/Linux/Mac) via script alert (deprecated) action (taken from https://answers.splunk.com/answers/2228/audio-alerts-on-client-browser-is-it-possible.html 😞

start "c:\music\my song.mp3"

Using browser only: https://www.splunk.com/en_us/blog/tips-and-tricks/audible-alerts.html

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...