<?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 can I show/display alerts on the Messages tab as bulletin messages at the top of Splunk Web? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-can-I-show-display-alerts-on-the-Messages-tab-as-bulletin/m-p/277398#M5110</link>
    <description>&lt;P&gt;Hi ,&lt;BR /&gt;
The given links doesn't solve the purpose.Any new suggestions please..&lt;/P&gt;</description>
    <pubDate>Mon, 30 Nov 2015 01:41:34 GMT</pubDate>
    <dc:creator>93591c</dc:creator>
    <dc:date>2015-11-30T01:41:34Z</dc:date>
    <item>
      <title>How can I show/display alerts on the Messages tab as bulletin messages at the top of Splunk Web?</title>
      <link>https://community.splunk.com/t5/Alerting/How-can-I-show-display-alerts-on-the-Messages-tab-as-bulletin/m-p/277395#M5107</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am trying to show/display the results of the Alerts created on the Messages tab. (Some kind of notification on the Messages tab of the UI)&lt;BR /&gt;
I am a newbie to Splunk (using Splunk 6.2), hence requesting for the solution.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 14:51:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-can-I-show-display-alerts-on-the-Messages-tab-as-bulletin/m-p/277395#M5107</guid>
      <dc:creator>93591c</dc:creator>
      <dc:date>2015-10-20T14:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I show/display alerts on the Messages tab as bulletin messages at the top of Splunk Web?</title>
      <link>https://community.splunk.com/t5/Alerting/How-can-I-show-display-alerts-on-the-Messages-tab-as-bulletin/m-p/277396#M5108</link>
      <description>&lt;P&gt;Are you looking for Bulletin messages? See these&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/123392/how-to-inform-the-splunk-users-of-a-maintenance-in-splunk.html"&gt;https://answers.splunk.com/answers/123392/how-to-inform-the-splunk-users-of-a-maintenance-in-splunk.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.5/Admin/Customizeuserexperience"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.5/Admin/Customizeuserexperience&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 18:45:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-can-I-show-display-alerts-on-the-Messages-tab-as-bulletin/m-p/277396#M5108</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-10-20T18:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can I show/display alerts on the Messages tab as bulletin messages at the top of Splunk Web?</title>
      <link>https://community.splunk.com/t5/Alerting/How-can-I-show-display-alerts-on-the-Messages-tab-as-bulletin/m-p/277397#M5109</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
Thanks so much for solutions, however I have already tried those solution but it didn't helped me. I am trying to do similar thing with alerts. The result of the alert should be shown as pop up on the message bar(bulletin message). &lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 02:51:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-can-I-show-display-alerts-on-the-Messages-tab-as-bulletin/m-p/277397#M5109</guid>
      <dc:creator>93591c</dc:creator>
      <dc:date>2015-10-21T02:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can I show/display alerts on the Messages tab as bulletin messages at the top of Splunk Web?</title>
      <link>https://community.splunk.com/t5/Alerting/How-can-I-show-display-alerts-on-the-Messages-tab-as-bulletin/m-p/277398#M5110</link>
      <description>&lt;P&gt;Hi ,&lt;BR /&gt;
The given links doesn't solve the purpose.Any new suggestions please..&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2015 01:41:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-can-I-show-display-alerts-on-the-Messages-tab-as-bulletin/m-p/277398#M5110</guid>
      <dc:creator>93591c</dc:creator>
      <dc:date>2015-11-30T01:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I show/display alerts on the Messages tab as bulletin messages at the top of Splunk Web?</title>
      <link>https://community.splunk.com/t5/Alerting/How-can-I-show-display-alerts-on-the-Messages-tab-as-bulletin/m-p/277399#M5111</link>
      <description>&lt;P&gt;Hi 93591c,&lt;/P&gt;

&lt;P&gt;if you follow @somesoni2 's first link you will find this command:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u admin:changeme &lt;A href="https://127.0.0.1:8089/services/messages" target="test_blank"&gt;https://127.0.0.1:8089/services/messages&lt;/A&gt; -d severity="warn" -d name=message -d value="This is your Splunk Admin, there will be a maintenance of this instance in 10 minutes -&amp;gt; 15:00 , ETA of 30 minutes -&amp;gt; 15:30, for updates contact me at YourFriendlyNeighborhoodAdmin@mydomain.com"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Learn about custom alert scripts here &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.1511/AdvancedDev/ModAlertsIntro"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.1511/AdvancedDev/ModAlertsIntro&lt;/A&gt; and here &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.1/Alert/Configuringscriptedalerts"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.1/Alert/Configuringscriptedalerts&lt;/A&gt; . Add your custom script in &lt;CODE&gt;$SPLUNK_HOME/etc/apps/YourAppName/bin&lt;/CODE&gt; and assign it to the alert. Test your script so it will take the correct &lt;CODE&gt;SPLUNK_ARG_*&lt;/CODE&gt; from the alert and shows as message in the UI.&lt;/P&gt;

&lt;P&gt;Here is the command used:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u admin:admin123 &lt;A href="https://127.0.0.1:8089/services/messages" target="test_blank"&gt;https://127.0.0.1:8089/services/messages&lt;/A&gt; -d severity="info" -d name=message -d value="This is your Splunk Admin, there will be a maintenance of this instance in 10 minutes -&amp;gt; 15:00 , ETA of 30 minutes -&amp;gt; 15:30, for updates contact me at YourFriendlyNeighborhoodAdmin@mydomain.com"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and the result in Splunk:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/737i3266A8512320C0AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2015 02:02:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-can-I-show-display-alerts-on-the-Messages-tab-as-bulletin/m-p/277399#M5111</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-11-30T02:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I show/display alerts on the Messages tab as bulletin messages at the top of Splunk Web?</title>
      <link>https://community.splunk.com/t5/Alerting/How-can-I-show-display-alerts-on-the-Messages-tab-as-bulletin/m-p/277400#M5112</link>
      <description>&lt;P&gt;I wanna add LINK in messages. How can i do this?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 01:16:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-can-I-show-display-alerts-on-the-Messages-tab-as-bulletin/m-p/277400#M5112</guid>
      <dc:creator>klsio</dc:creator>
      <dc:date>2016-03-07T01:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I show/display alerts on the Messages tab as bulletin messages at the top of Splunk Web?</title>
      <link>https://community.splunk.com/t5/Alerting/How-can-I-show-display-alerts-on-the-Messages-tab-as-bulletin/m-p/277401#M5113</link>
      <description>&lt;P&gt;So far you could only add text into the message, but just test it and see what happens:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u admin:admin123 &lt;A href="https://127.0.0.1:8089/services/messages" target="test_blank"&gt;https://127.0.0.1:8089/services/messages&lt;/A&gt; -d severity="info" -d name=message -d value="click this link &lt;A href="https://www.google.com&amp;quot;" target="test_blank"&gt;https://www.google.com"&lt;/A&gt;;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Mar 2016 01:23:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-can-I-show-display-alerts-on-the-Messages-tab-as-bulletin/m-p/277401#M5113</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2016-03-07T01:23:35Z</dc:date>
    </item>
  </channel>
</rss>

