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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

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