<?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: how to get the aggregation count of field values? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-the-aggregation-count-of-field-values/m-p/317233#M162648</link>
    <description>&lt;P&gt;I know about addcoltotals,but that does not do something like a delta where For each event where field is a number, the delta command computes the difference, in search order, between the field value for the event and the field value for the previous event. The delta command writes this difference into newfield.&lt;/P&gt;

&lt;P&gt;In the similar manner instead of difference I am looking for addition of it&lt;/P&gt;</description>
    <pubDate>Thu, 01 Mar 2018 21:00:02 GMT</pubDate>
    <dc:creator>vrmandadi</dc:creator>
    <dc:date>2018-03-01T21:00:02Z</dc:date>
    <item>
      <title>how to get the aggregation count of field values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-the-aggregation-count-of-field-values/m-p/317231#M162646</link>
      <description>&lt;P&gt;I am looking something  like  the following result&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;A_Count    AGGREGATE TOTAL
     20                  20
     30                50
     10               60&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;I know delta command will give the difference but is there any command which gives the aggregation&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 18:47:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-the-aggregation-count-of-field-values/m-p/317231#M162646</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2018-03-01T18:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the aggregation count of field values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-the-aggregation-count-of-field-values/m-p/317232#M162647</link>
      <description>&lt;P&gt;You should check out &lt;CODE&gt;addcoltotals&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;It will work like this &lt;CODE&gt;| addcoltotals labelfield=change_name label=ALL&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.1/SearchReference/Addcoltotals"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.1/SearchReference/Addcoltotals&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 19:19:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-the-aggregation-count-of-field-values/m-p/317232#M162647</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2018-03-01T19:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the aggregation count of field values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-the-aggregation-count-of-field-values/m-p/317233#M162648</link>
      <description>&lt;P&gt;I know about addcoltotals,but that does not do something like a delta where For each event where field is a number, the delta command computes the difference, in search order, between the field value for the event and the field value for the previous event. The delta command writes this difference into newfield.&lt;/P&gt;

&lt;P&gt;In the similar manner instead of difference I am looking for addition of it&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 21:00:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-the-aggregation-count-of-field-values/m-p/317233#M162648</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2018-03-01T21:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the aggregation count of field values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-the-aggregation-count-of-field-values/m-p/317234#M162649</link>
      <description>&lt;P&gt;I got it there is command called accum &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Accum"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Accum&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 21:03:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-the-aggregation-count-of-field-values/m-p/317234#M162649</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2018-03-01T21:03:00Z</dc:date>
    </item>
  </channel>
</rss>

