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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...