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!

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...