<?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 How to create splunk rule query  to determine when volatility changes from low to high and to  be able to be alerted. in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-to-create-splunk-rule-query-to-determine-when-volatility/m-p/533969#M10073</link>
    <description>&lt;P&gt;I need help on how to create splunk rule query to determine when volatility rate changes from low to high and to be able to be alerted. I have a splunk query below on the parameters/threshold that are used to determine metric "Volatility"&amp;nbsp; Here it is:&lt;/P&gt;&lt;P&gt;index=security sourcetype="Computers" "Computer Status"=Enabled earliest=-12mon@mon&lt;BR /&gt;| timechart span=1day count&lt;BR /&gt;| timechart span=1month earliest(count) AS count&lt;BR /&gt;| stats avg(count) max(count) min(count)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2020 17:09:12 GMT</pubDate>
    <dc:creator>ngwodo</dc:creator>
    <dc:date>2020-12-23T17:09:12Z</dc:date>
    <item>
      <title>How to create splunk rule query  to determine when volatility changes from low to high and to  be able to be alerted.</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-create-splunk-rule-query-to-determine-when-volatility/m-p/533969#M10073</link>
      <description>&lt;P&gt;I need help on how to create splunk rule query to determine when volatility rate changes from low to high and to be able to be alerted. I have a splunk query below on the parameters/threshold that are used to determine metric "Volatility"&amp;nbsp; Here it is:&lt;/P&gt;&lt;P&gt;index=security sourcetype="Computers" "Computer Status"=Enabled earliest=-12mon@mon&lt;BR /&gt;| timechart span=1day count&lt;BR /&gt;| timechart span=1month earliest(count) AS count&lt;BR /&gt;| stats avg(count) max(count) min(count)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 17:09:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-create-splunk-rule-query-to-determine-when-volatility/m-p/533969#M10073</guid>
      <dc:creator>ngwodo</dc:creator>
      <dc:date>2020-12-23T17:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to create splunk rule query  to determine when volatility changes from low to high and to  be able to be alerted</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-create-splunk-rule-query-to-determine-when-volatility/m-p/533971#M10074</link>
      <description>&lt;P&gt;How about something like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=security sourcetype="Computers" "Computer Status"=Enabled earliest=-12mon@mon
| timechart span=1day count
| timechart span=1month earliest(count) AS count
| eventstats avg(count)as avg  max(count) as max  min(count) as min
| where count = max&lt;/LI-CODE&gt;&lt;P&gt;..&amp;nbsp; change stats -&amp;gt; eventstats and then do some kind of comparison&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 17:29:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-create-splunk-rule-query-to-determine-when-volatility/m-p/533971#M10074</guid>
      <dc:creator>burwell</dc:creator>
      <dc:date>2020-12-23T17:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create splunk rule query  to determine when volatility changes from low to high and to  be able to be alerted</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-create-splunk-rule-query-to-determine-when-volatility/m-p/534240#M10080</link>
      <description>&lt;P&gt;Thanks. That was part of the answer. The splunk query I was looking for is:&lt;/P&gt;&lt;P&gt;index=security sourcetype="Computers" "Computer Status"=Enabled earliest=-12mon@mon&lt;BR /&gt;| timechart span=1day count&lt;BR /&gt;| timechart span=1month earliest(count) AS count&lt;BR /&gt;| stats avg(count) max(count) min(count)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 15:17:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-create-splunk-rule-query-to-determine-when-volatility/m-p/534240#M10080</guid>
      <dc:creator>ngwodo</dc:creator>
      <dc:date>2020-12-28T15:17:31Z</dc:date>
    </item>
  </channel>
</rss>

