<?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: summary indexing with sisat distinct count without the list of what is counted in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/summary-indexing-with-sisat-distinct-count-without-the-list-of/m-p/29384#M266</link>
    <description>&lt;P&gt;The sistats distinct count function MUST keep a list of unique ips, as the sistats command is designed to &lt;EM&gt;put&lt;/EM&gt; information into a summary index. When computing the "final" distinct count from a summary index, splunk has to be able to dedup the counts from all the time periods.&lt;/P&gt;

&lt;P&gt;When you &lt;EM&gt;put&lt;/EM&gt; data into a summary index, use &lt;CODE&gt;sistats&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;When you &lt;EM&gt;get&lt;/EM&gt; data from a summary index, use &lt;CODE&gt;stats&lt;/CODE&gt;.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=summary search_name=the_search_that_put_the_data_in | stats dc(clientip) by host 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;should do what you want.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Aug 2012 04:21:54 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2012-08-09T04:21:54Z</dc:date>
    <item>
      <title>summary indexing with sisat distinct count without the list of what is counted</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/summary-indexing-with-sisat-distinct-count-without-the-list-of/m-p/29383#M265</link>
      <description>&lt;P&gt;... |sistats dc(clientip) by host &lt;/P&gt;

&lt;P&gt;Returns : &lt;BR /&gt;
host    psrsvd_ct_clientip  psrsvd_gc   psrsvd_v    psrsvd_vm_clientip&lt;/P&gt;

&lt;P&gt;Where psrsvd_vm_clientip is the list of the unique ip's. All i need it the count not the detail in the summary index. What is the best way just get the dc(clientip)? &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:13:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/summary-indexing-with-sisat-distinct-count-without-the-list-of/m-p/29383#M265</guid>
      <dc:creator>pshumate</dc:creator>
      <dc:date>2020-09-28T12:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: summary indexing with sisat distinct count without the list of what is counted</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/summary-indexing-with-sisat-distinct-count-without-the-list-of/m-p/29384#M266</link>
      <description>&lt;P&gt;The sistats distinct count function MUST keep a list of unique ips, as the sistats command is designed to &lt;EM&gt;put&lt;/EM&gt; information into a summary index. When computing the "final" distinct count from a summary index, splunk has to be able to dedup the counts from all the time periods.&lt;/P&gt;

&lt;P&gt;When you &lt;EM&gt;put&lt;/EM&gt; data into a summary index, use &lt;CODE&gt;sistats&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;When you &lt;EM&gt;get&lt;/EM&gt; data from a summary index, use &lt;CODE&gt;stats&lt;/CODE&gt;.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=summary search_name=the_search_that_put_the_data_in | stats dc(clientip) by host 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;should do what you want.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2012 04:21:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/summary-indexing-with-sisat-distinct-count-without-the-list-of/m-p/29384#M266</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-08-09T04:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: summary indexing with sisat distinct count without the list of what is counted</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/summary-indexing-with-sisat-distinct-count-without-the-list-of/m-p/29385#M267</link>
      <description>&lt;P&gt;same thing I came up with. Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2012 14:00:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/summary-indexing-with-sisat-distinct-count-without-the-list-of/m-p/29385#M267</guid>
      <dc:creator>pshumate</dc:creator>
      <dc:date>2012-08-09T14:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: summary indexing with sisat distinct count without the list of what is counted</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/summary-indexing-with-sisat-distinct-count-without-the-list-of/m-p/665677#M9778</link>
      <description>&lt;P&gt;Thanks for the solution!&lt;/P&gt;&lt;P&gt;We can use&amp;nbsp;| sistats values(myfield) as myfield to populate summary index.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 13:36:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/summary-indexing-with-sisat-distinct-count-without-the-list-of/m-p/665677#M9778</guid>
      <dc:creator>splunkreal</dc:creator>
      <dc:date>2023-10-20T13:36:49Z</dc:date>
    </item>
  </channel>
</rss>

