Splunk Enterprise Security

Can I pass tokens (like in email notice) as an arguments to Script for SMS alerting?

yossefn
Path Finder

Hi,

I have SMS alerts sent to me as an action of Splunk alert. I have successfully passed the arguments that available for me, like $SPLUNK_ARG_0 etc.
https://docs.splunk.com/Documentation/Splunk/7.2.4/Alert/ConfiguringScriptedAlerts

Can I use tokens as I use for email notifications to add more information to the SMS alert? The available arguments are not telling the full story of the related alert.

Thank you.

0 Karma

nareshinsvu
Builder

Yes- As per below app's description/details,

For the SMS message field , token substitution can be used just the same as for email alerts.

http://docs.splunk.com/Documentation/Splunk/latest/Alert/Setupalertactions#Tokens_available_for_emai...

You can try this app

https://splunkbase.splunk.com/app/2865/#/details

0 Karma

yossefn
Path Finder

Hi @nareshinsvu,

Thanks for your answer.
I was trying to use the tokens, but I'm not getting the expected results.

Please see the Script I'm using, let me know if you can assist.
It works for me just find with the available arguments for Script, but not for the Tokens.

/bin/bash

message="msg='$4', '$owner$'
uri=""
user="uid="
password="pass="
to="to=sms:*"

curl $uri --data $user --data $password --data $to --data-urlendode "$message"

By the way,
I know Twilio app, but I prefer to use our own SMS solution, to avoid the need to manage two alerting systems.

0 Karma
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...

[Live Demo] Watch SOC transformation in action with the reimagined Splunk Enterprise ...

Overwhelmed SOC? Splunk ES Has Your Back Tool sprawl, alert fatigue, and endless context switching are making ...

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...