Splunk Search

How to post a bulletin message that is visible for everyone via Splunk WebUI?

jthunnissen
Path Finder

I am trying to post a bulletin message via the Splunk WebUI. Strangely enough it does not seem to be visible to anyone but myself. Is it possible to fix this so that we can post messages from the WebUI to all our users?

0 Karma

Nam7Splnk
Explorer

Use below curl command to create bulletin message for all Users. I have found this doesn't work in SHC cluster and one would need to run curl command for each search head.

curl -k -u (splunk_api_user):(splunk_api_user_password) https://:8089/services/messages -d name=splunk_test_msg -d value="Splunk Test Message" -d severity="info"

0 Karma

damann
Communicator

I found an old thread where this question was already asked and answered.
Maybe it will help you:
Settings » User interface » Bulletin Messages » Add new

https://answers.splunk.com/answers/368471/how-to-display-a-bulletin-message-in-splunk-web-fo.html

0 Karma

jthunnissen
Path Finder

Ik know how to create a bulletin message. Unfortunately, done this way the message does not seem to be visible to anyone but myself which, off course, makes it totally useless.

0 Karma

Nam7Splnk
Explorer

Use below curl command to create bulletin message for all Users. I have found this doesn't work in SHC cluster and one would need to run curl command for each search head.

curl -k -u (splunk_api_user):(splunk_api_user_password) https://:8089/services/messages -d name=splunk_test_msg -d value="Splunk Test Message" -d severity="info"

0 Karma

jthunnissen
Path Finder

Yes, I am an admin.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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