<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to post a bulletin message that is visible for everyone via Splunk WebUI? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-post-a-bulletin-message-that-is-visible-for-everyone-via/m-p/440461#M172457</link>
    <description>&lt;P&gt;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.&lt;/P&gt;

&lt;P&gt;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"&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 05:25:37 GMT</pubDate>
    <dc:creator>Nam7Splnk</dc:creator>
    <dc:date>2020-09-30T05:25:37Z</dc:date>
    <item>
      <title>How to post a bulletin message that is visible for everyone via Splunk WebUI?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-post-a-bulletin-message-that-is-visible-for-everyone-via/m-p/440456#M172452</link>
      <description>&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 14:36:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-post-a-bulletin-message-that-is-visible-for-everyone-via/m-p/440456#M172452</guid>
      <dc:creator>jthunnissen</dc:creator>
      <dc:date>2019-03-14T14:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a bulletin message that is visible for everyone via Splunk WebUI?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-post-a-bulletin-message-that-is-visible-for-everyone-via/m-p/440457#M172453</link>
      <description>&lt;P&gt;Yes, I am an admin.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 14:37:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-post-a-bulletin-message-that-is-visible-for-everyone-via/m-p/440457#M172453</guid>
      <dc:creator>jthunnissen</dc:creator>
      <dc:date>2019-03-14T14:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a bulletin message that is visible for everyone via Splunk WebUI?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-post-a-bulletin-message-that-is-visible-for-everyone-via/m-p/440458#M172454</link>
      <description>&lt;P&gt;I found an old thread where this question was already asked and answered.&lt;BR /&gt;
Maybe it will help you:&lt;BR /&gt;
Settings » User interface » Bulletin Messages » Add new&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/368471/how-to-display-a-bulletin-message-in-splunk-web-fo.html"&gt;https://answers.splunk.com/answers/368471/how-to-display-a-bulletin-message-in-splunk-web-fo.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:03:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-post-a-bulletin-message-that-is-visible-for-everyone-via/m-p/440458#M172454</guid>
      <dc:creator>damann</dc:creator>
      <dc:date>2019-03-14T15:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a bulletin message that is visible for everyone via Splunk WebUI?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-post-a-bulletin-message-that-is-visible-for-everyone-via/m-p/440459#M172455</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:26:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-post-a-bulletin-message-that-is-visible-for-everyone-via/m-p/440459#M172455</guid>
      <dc:creator>jthunnissen</dc:creator>
      <dc:date>2019-03-14T15:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a bulletin message that is visible for everyone via Splunk WebUI?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-post-a-bulletin-message-that-is-visible-for-everyone-via/m-p/440460#M172456</link>
      <description>&lt;P&gt;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.&lt;/P&gt;

&lt;P&gt;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"&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:25:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-post-a-bulletin-message-that-is-visible-for-everyone-via/m-p/440460#M172456</guid>
      <dc:creator>Nam7Splnk</dc:creator>
      <dc:date>2020-09-30T05:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to post a bulletin message that is visible for everyone via Splunk WebUI?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-post-a-bulletin-message-that-is-visible-for-everyone-via/m-p/440461#M172457</link>
      <description>&lt;P&gt;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.&lt;/P&gt;

&lt;P&gt;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"&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:25:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-post-a-bulletin-message-that-is-visible-for-everyone-via/m-p/440461#M172457</guid>
      <dc:creator>Nam7Splnk</dc:creator>
      <dc:date>2020-09-30T05:25:37Z</dc:date>
    </item>
  </channel>
</rss>

