<?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: Splunk query in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-query/m-p/268385#M176807</link>
    <description>&lt;P&gt;There is no list of these messages. But you should be able to find these in the "_internal" index. Create alerts for these as you would a normal event.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Sep 2016 02:27:00 GMT</pubDate>
    <dc:creator>esix_splunk</dc:creator>
    <dc:date>2016-09-12T02:27:00Z</dc:date>
    <item>
      <title>Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-query/m-p/268379#M176801</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I need to write a query for creating an alert whenever there is message in the "Splunk bar" message tab.&lt;/P&gt;

&lt;P&gt;Please help me with this.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 07:21:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-query/m-p/268379#M176801</guid>
      <dc:creator>Gayathirik</dc:creator>
      <dc:date>2016-09-08T07:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-query/m-p/268380#M176802</link>
      <description>&lt;UL&gt;
&lt;LI&gt;Write a search to find the message in Splunk bar&lt;/LI&gt;
&lt;LI&gt;Save as alert&lt;/LI&gt;
&lt;LI&gt;Select the schedule of the alert&lt;/LI&gt;
&lt;LI&gt;Under trigger conditions select &lt;STRONG&gt;Number of Results&lt;/STRONG&gt; and then &lt;STRONG&gt;is greater than&lt;/STRONG&gt; &lt;EM&gt;0&lt;/EM&gt; option&lt;/LI&gt;
&lt;LI&gt;Select your trigger actions&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Reference : &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.3/Alert/AlertWorkflowOverview"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.3/Alert/AlertWorkflowOverview&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.3/Alert/Definescheduledalerts"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.3/Alert/Definescheduledalerts&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 08:30:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-query/m-p/268380#M176802</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-09-08T08:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-query/m-p/268381#M176803</link>
      <description>&lt;P&gt;am clear about the process of creating an alert. Could you please help me in writing the splunk query whenever we get a pop up message in the splunk message tab?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 05:40:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-query/m-p/268381#M176803</guid>
      <dc:creator>Gayathirik</dc:creator>
      <dc:date>2016-09-09T05:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-query/m-p/268382#M176804</link>
      <description>&lt;P&gt;Alright !&lt;/P&gt;

&lt;P&gt;Try this &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/messages| table title message severity timeCreated_iso published splunk_server author 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Sep 2016 06:55:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-query/m-p/268382#M176804</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-09-09T06:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-query/m-p/268383#M176805</link>
      <description>&lt;P&gt;This should help- &lt;A href="https://answers.splunk.com/answers/206670/is-there-a-way-to-retrieve-the-messages-from-the-b.html"&gt;https://answers.splunk.com/answers/206670/is-there-a-way-to-retrieve-the-messages-from-the-b.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 09:45:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-query/m-p/268383#M176805</guid>
      <dc:creator>WalshyB</dc:creator>
      <dc:date>2016-09-09T09:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-query/m-p/268384#M176806</link>
      <description>&lt;P&gt;This doesnt meet my requirement.&lt;/P&gt;

&lt;P&gt;My issue here is For example: in the message tab  some warning or error message like "indexer is down or  too many streamings to the target" is popped out then the same thing has to be triggered as an alert whenever there is a message pop up in splunk bar.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 02:25:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-query/m-p/268384#M176806</guid>
      <dc:creator>Gayathirik</dc:creator>
      <dc:date>2016-09-12T02:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-query/m-p/268385#M176807</link>
      <description>&lt;P&gt;There is no list of these messages. But you should be able to find these in the "_internal" index. Create alerts for these as you would a normal event.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 02:27:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-query/m-p/268385#M176807</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-09-12T02:27:00Z</dc:date>
    </item>
  </channel>
</rss>

