<?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: Addcoltotals as threshold alert in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Addcoltotals-as-threshold-alert/m-p/110808#M1607</link>
    <description>&lt;P&gt;Add an stats command at the end of your search to get the max value of the column and alert based on its value.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Mar 2014 13:43:32 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2014-03-28T13:43:32Z</dc:date>
    <item>
      <title>Addcoltotals as threshold alert</title>
      <link>https://community.splunk.com/t5/Alerting/Addcoltotals-as-threshold-alert/m-p/110807#M1606</link>
      <description>&lt;P&gt;Hi Fellow Splunkers,&lt;/P&gt;

&lt;P&gt;I have a search which sums up the total numerical values of the columns so basically i use addcoltotals function.&lt;/P&gt;

&lt;P&gt;My question is what will be my conditional search to my alerts creation? Because my threshold is depends on the total of my columns using addcoltotals. Since addcoltotals is not a field in my results. Thanks...&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2014 09:29:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Addcoltotals-as-threshold-alert/m-p/110807#M1606</guid>
      <dc:creator>leordimalanta</dc:creator>
      <dc:date>2014-03-28T09:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Addcoltotals as threshold alert</title>
      <link>https://community.splunk.com/t5/Alerting/Addcoltotals-as-threshold-alert/m-p/110808#M1607</link>
      <description>&lt;P&gt;Add an stats command at the end of your search to get the max value of the column and alert based on its value.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2014 13:43:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Addcoltotals-as-threshold-alert/m-p/110808#M1607</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-03-28T13:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Addcoltotals as threshold alert</title>
      <link>https://community.splunk.com/t5/Alerting/Addcoltotals-as-threshold-alert/m-p/110809#M1608</link>
      <description>&lt;P&gt;Try Something like below:&lt;/P&gt;

&lt;P&gt;stats count by something| addcoltotals labelfield=something label=Total | eval check=if(count&amp;gt;200, 1, 0) | search check=1&lt;/P&gt;

&lt;P&gt;Alert on check=1 or 0 based on your threshold as check would be a field.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 10:21:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Addcoltotals-as-threshold-alert/m-p/110809#M1608</guid>
      <dc:creator>isha_rastogi</dc:creator>
      <dc:date>2016-10-25T10:21:29Z</dc:date>
    </item>
  </channel>
</rss>

