<?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: creating alerts in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89445#M1254</link>
    <description>&lt;P&gt;Bella, check out &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Search/Whatsinthismanual"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Search/Whatsinthismanual&lt;/A&gt; and &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Alert/Aboutalerts"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Alert/Aboutalerts&lt;/A&gt; reference points. I'm looking for the link to David Carasso's Exploring Splunk which I would recommend, it's an excellent resource when you are finding your feet. If that doesn't completely meet your needs then post a question back. If a new question is different to the content above then post it as new, but obviously don't duplicate content - it gets confusing for those trying to help.&lt;BR /&gt;
Good luck and welcome to this new world! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
D&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jan 2013 16:13:56 GMT</pubDate>
    <dc:creator>DaveSavage</dc:creator>
    <dc:date>2013-01-16T16:13:56Z</dc:date>
    <item>
      <title>creating alerts</title>
      <link>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89440#M1249</link>
      <description>&lt;P&gt;newbie to splunk&lt;BR /&gt;
Can i create an alert displaying on the splunk app,that looks like "indexing volume exceeded" alert from splunk. i am not using real-time dashboards. when i am uploading a file containing some unexpected termination , can i create an alert to the user like "Unexpected termination found in the file."&lt;BR /&gt;
Basic Perl script like this will work or do i have to continue exploring splunk Perl script.&lt;BR /&gt;
           #!/splunk/bin/scripts&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;       if($termination eq "UNEXPECTED") {
         print "UNEXPECTED TERMINATION FOUND IN FILE!!!!!! ";
       }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this information explains my query.&lt;BR /&gt;
Thank You&lt;BR /&gt;
Bella&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2013 09:07:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89440#M1249</guid>
      <dc:creator>bellaed</dc:creator>
      <dc:date>2013-01-16T09:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: creating alerts</title>
      <link>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89441#M1250</link>
      <description>&lt;P&gt;Bella,&lt;BR /&gt;
Just to get this straight your file contains error warnings messages and you would like to see any such conditions in the Splunk banner warning message area?&lt;BR /&gt;
If your data from the file is being indexed ok, and you write a simple search to run at time of your choice containing that message verbatim, you would get your result, but not as yet in the banner - but could via usual notifications. The search can be scheduled - it doesn't have to wait for you to kick it off from the GUI. Is that what you mean?&lt;BR /&gt;
Br&lt;BR /&gt;
D&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2013 09:34:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89441#M1250</guid>
      <dc:creator>DaveSavage</dc:creator>
      <dc:date>2013-01-16T09:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: creating alerts</title>
      <link>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89442#M1251</link>
      <description>&lt;P&gt;'m not specific about banner area. it can be an alert box or a new window, something like that , but it should trigger when i am searching source="that log file"&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2013 10:01:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89442#M1251</guid>
      <dc:creator>bellaed</dc:creator>
      <dc:date>2013-01-16T10:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: creating alerts</title>
      <link>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89443#M1252</link>
      <description>&lt;P&gt;Dave,&lt;BR /&gt;
Is it possible to do this?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2013 10:30:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89443#M1252</guid>
      <dc:creator>bellaed</dc:creator>
      <dc:date>2013-01-16T10:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: creating alerts</title>
      <link>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89444#M1253</link>
      <description>&lt;P&gt;Yes it is...wait 1 and I'll find the resource links...&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2013 15:51:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89444#M1253</guid>
      <dc:creator>DaveSavage</dc:creator>
      <dc:date>2013-01-16T15:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: creating alerts</title>
      <link>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89445#M1254</link>
      <description>&lt;P&gt;Bella, check out &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Search/Whatsinthismanual"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Search/Whatsinthismanual&lt;/A&gt; and &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Alert/Aboutalerts"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Alert/Aboutalerts&lt;/A&gt; reference points. I'm looking for the link to David Carasso's Exploring Splunk which I would recommend, it's an excellent resource when you are finding your feet. If that doesn't completely meet your needs then post a question back. If a new question is different to the content above then post it as new, but obviously don't duplicate content - it gets confusing for those trying to help.&lt;BR /&gt;
Good luck and welcome to this new world! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
D&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2013 16:13:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89445#M1254</guid>
      <dc:creator>DaveSavage</dc:creator>
      <dc:date>2013-01-16T16:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: creating alerts</title>
      <link>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89446#M1255</link>
      <description>&lt;P&gt;Found it: &lt;A href="http://www.splunk.com/goto/book"&gt;http://www.splunk.com/goto/book&lt;/A&gt;&lt;BR /&gt;
Btw, David C's work and recommendations are available at &lt;A href="http://www.innovato.com/splunk/"&gt;http://www.innovato.com/splunk/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2013 16:31:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89446#M1255</guid>
      <dc:creator>DaveSavage</dc:creator>
      <dc:date>2013-01-16T16:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: creating alerts</title>
      <link>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89447#M1256</link>
      <description>&lt;P&gt;Dave, I could see only email alerts and alerts on alert manager, how could i do exactly what i am in need of.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 10:51:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89447#M1256</guid>
      <dc:creator>bellaed</dc:creator>
      <dc:date>2013-01-17T10:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: creating alerts</title>
      <link>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89448#M1257</link>
      <description>&lt;P&gt;I see this Bella - how confident do you feel about building your first dashboard? The search part is easy. Given that this may not be the last item you need to know about, it would merit the learning curve. I'm just going to check out 2 other (already built) plug-ins which might do that for you.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 14:40:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89448#M1257</guid>
      <dc:creator>DaveSavage</dc:creator>
      <dc:date>2013-01-17T14:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: creating alerts</title>
      <link>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89449#M1258</link>
      <description>&lt;P&gt;i was in search of an app or plugin that can help me to do this &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; .. all in vain i guess&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2013 11:41:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89449#M1258</guid>
      <dc:creator>bellaed</dc:creator>
      <dc:date>2013-01-22T11:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: creating alerts</title>
      <link>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89450#M1259</link>
      <description>&lt;P&gt;Wow Bella, Me too have the same requirement.. Did u find a way?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2013 06:54:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89450#M1259</guid>
      <dc:creator>katesplunk</dc:creator>
      <dc:date>2013-01-23T06:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: creating alerts</title>
      <link>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89451#M1260</link>
      <description>&lt;P&gt;Can appending some scripts or Plugins do the job of creating an alert message in the dashboard itself?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 07:08:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/creating-alerts/m-p/89451#M1260</guid>
      <dc:creator>bellaed</dc:creator>
      <dc:date>2013-02-11T07:08:20Z</dc:date>
    </item>
  </channel>
</rss>

