<?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 An Alert for apppool going down in multiple hosts in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/An-Alert-for-apppool-going-down-in-multiple-hosts/m-p/332661#M5891</link>
    <description>&lt;P&gt;I am a newbie to splunk ...If I have a message from F5 as below...how do I get the details of appool, time since down, message, member/host, as a table only when the app pool is down for more than 15 mins and appol is down in more than 2 hosts.&lt;/P&gt;

&lt;P&gt;sample Message:&lt;BR /&gt;
 /Common/example-HTTPS: down; last error: /Common/example-HTTPS: Response Code: 200 (OK); No successful responses received before deadline.; Unable to connect @2018/04/08 04:15:03. ] [ was up for 412hrs:46mins:25sec]&lt;/P&gt;

&lt;P&gt;current alert for any app pool down for 15 mins:&lt;BR /&gt;
index=net host = &lt;EM&gt;Prod&lt;/EM&gt; monitor | rex "Pool \/Common\/(?[\w-_]+) member \/Common\/(?\w+):(?\d+) monitor status(\snode)? (?\w+).\s[\s(?.+)\s]}" | search host=&lt;EM&gt;prod&lt;/EM&gt; | eval TimeDiff = now() - _time | table _time,POOL,STATUS,WAS,MEMBER, host,TimeDiff | dedup POOL MEMBER sortby -_time | where WAS like "%was up for%" | search TimeDiff&amp;gt;900&lt;/P&gt;

&lt;P&gt;What I need: &lt;BR /&gt;
alert only if the same app pool is down in more than 1 hosts. (all our app pools are load balanced and are in 2 or more hosts) &lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 19:00:47 GMT</pubDate>
    <dc:creator>mcmanoj2001</dc:creator>
    <dc:date>2020-09-29T19:00:47Z</dc:date>
    <item>
      <title>An Alert for apppool going down in multiple hosts</title>
      <link>https://community.splunk.com/t5/Alerting/An-Alert-for-apppool-going-down-in-multiple-hosts/m-p/332661#M5891</link>
      <description>&lt;P&gt;I am a newbie to splunk ...If I have a message from F5 as below...how do I get the details of appool, time since down, message, member/host, as a table only when the app pool is down for more than 15 mins and appol is down in more than 2 hosts.&lt;/P&gt;

&lt;P&gt;sample Message:&lt;BR /&gt;
 /Common/example-HTTPS: down; last error: /Common/example-HTTPS: Response Code: 200 (OK); No successful responses received before deadline.; Unable to connect @2018/04/08 04:15:03. ] [ was up for 412hrs:46mins:25sec]&lt;/P&gt;

&lt;P&gt;current alert for any app pool down for 15 mins:&lt;BR /&gt;
index=net host = &lt;EM&gt;Prod&lt;/EM&gt; monitor | rex "Pool \/Common\/(?[\w-_]+) member \/Common\/(?\w+):(?\d+) monitor status(\snode)? (?\w+).\s[\s(?.+)\s]}" | search host=&lt;EM&gt;prod&lt;/EM&gt; | eval TimeDiff = now() - _time | table _time,POOL,STATUS,WAS,MEMBER, host,TimeDiff | dedup POOL MEMBER sortby -_time | where WAS like "%was up for%" | search TimeDiff&amp;gt;900&lt;/P&gt;

&lt;P&gt;What I need: &lt;BR /&gt;
alert only if the same app pool is down in more than 1 hosts. (all our app pools are load balanced and are in 2 or more hosts) &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:00:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/An-Alert-for-apppool-going-down-in-multiple-hosts/m-p/332661#M5891</guid>
      <dc:creator>mcmanoj2001</dc:creator>
      <dc:date>2020-09-29T19:00:47Z</dc:date>
    </item>
  </channel>
</rss>

