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!

More Control Over Your Monitoring Costs with Archived Metrics!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...