<?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 Cancel Alert with Different Alert in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Cancel-Alert-with-Different-Alert/m-p/404746#M7119</link>
    <description>&lt;P&gt;I am looking to create a dashboard panel that is synced with our AV tool. The tool that we use is sending events to splunk when the AV protection is disabled and re-enabled. I dont know how to display only the devices that have not had AV re-enabled.&lt;/P&gt;

&lt;P&gt;i.e.&lt;/P&gt;

&lt;P&gt;PC 1000 is disabled&lt;BR /&gt;
PC 1000 is enabled&lt;BR /&gt;
PC 2003 is disabled&lt;/P&gt;

&lt;P&gt;The dashboard panel would show one device that needs enabled. Until an event related to PC 2003 is sent that show "PC 2003 is enabled" then the dashboard will show one device needing attention.&lt;/P&gt;

&lt;P&gt;How do set "disabled" as + "1" and enabled as - "1"? Unless there is a better way..&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2019 18:09:42 GMT</pubDate>
    <dc:creator>Becherer</dc:creator>
    <dc:date>2019-07-23T18:09:42Z</dc:date>
    <item>
      <title>Cancel Alert with Different Alert</title>
      <link>https://community.splunk.com/t5/Alerting/Cancel-Alert-with-Different-Alert/m-p/404746#M7119</link>
      <description>&lt;P&gt;I am looking to create a dashboard panel that is synced with our AV tool. The tool that we use is sending events to splunk when the AV protection is disabled and re-enabled. I dont know how to display only the devices that have not had AV re-enabled.&lt;/P&gt;

&lt;P&gt;i.e.&lt;/P&gt;

&lt;P&gt;PC 1000 is disabled&lt;BR /&gt;
PC 1000 is enabled&lt;BR /&gt;
PC 2003 is disabled&lt;/P&gt;

&lt;P&gt;The dashboard panel would show one device that needs enabled. Until an event related to PC 2003 is sent that show "PC 2003 is enabled" then the dashboard will show one device needing attention.&lt;/P&gt;

&lt;P&gt;How do set "disabled" as + "1" and enabled as - "1"? Unless there is a better way..&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 18:09:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Cancel-Alert-with-Different-Alert/m-p/404746#M7119</guid>
      <dc:creator>Becherer</dc:creator>
      <dc:date>2019-07-23T18:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel Alert with Different Alert</title>
      <link>https://community.splunk.com/t5/Alerting/Cancel-Alert-with-Different-Alert/m-p/404747#M7120</link>
      <description>&lt;P&gt;Assuming each event has a 'server' field ("PC 1000", for example) and a 'status' field ("disabled" or "enabled") then one just needs to look at the most recent status for each server and ignore those that are enabled.  Something like this will show the devices needing attention:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index = foo | stats latest(status) as status by server | where status = "disabled"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Jul 2019 18:30:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Cancel-Alert-with-Different-Alert/m-p/404747#M7120</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-07-23T18:30:44Z</dc:date>
    </item>
  </channel>
</rss>

