Deployment Architecture

Is there a way to send a bulletin message to all users in a search head cluster?

mrstrozy
Path Finder

Hi,

I have a search head cluster setup and was wondering if I could set up a bulletin message (or any message really) that will contact all users regardless of what host in the cluster that they are on. I'm not sure if this is possible. I already tried doing this using a bulletin message but that didn't seem to work.

Any insight would be greatly appreciated, thanks!

sgessati
Explorer

Hi,

You can use a script to cearl through all you Search Heads like this where searchheadsXX will be replace to each of your Search Heads.

curl -k -u login:password https://searchheadXX:8089/services/messages -d severity="info" -d name=message -d value="This is your Splunk Admin, there will be a maintenance of this instance in 10 minutes -> 15:00 , ETA of 30 minutes -> 15:30, for updates contact me at splunk@mydomain.com"

But beware, although the message will be visible to all, the first user that will remove it, will do so for all users connected to that Search Head...

jonym4
Explorer

Interested in having a solution for this as well, I haven't tried it myself. But you should be able to just curl it from one machine to to all other cluster members machines as long as you are able to authenticate yourself. It feels like there should be an easier option out there, there might be a REST endpoint for updating this?

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...