<?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 create a more efficient sitimechart for distinct count? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-more-efficient-sitimechart-for-distinct-count/m-p/488094#M136382</link>
    <description>&lt;P&gt;Hi @pr0n,&lt;/P&gt;

&lt;P&gt;If you're just looking to store the distinct count without the detailed &lt;CODE&gt;multi-value&lt;/CODE&gt;, then all you have to do is save a &lt;CODE&gt;timechart&lt;/CODE&gt; into a summary index using &lt;CODE&gt;| collect&lt;/CODE&gt; instead of using &lt;CODE&gt;sitimechart&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2020 15:33:57 GMT</pubDate>
    <dc:creator>DavidHourani</dc:creator>
    <dc:date>2020-01-16T15:33:57Z</dc:date>
    <item>
      <title>How to create a more efficient sitimechart for distinct count?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-more-efficient-sitimechart-for-distinct-count/m-p/488093#M136381</link>
      <description>&lt;P&gt;When using &lt;CODE&gt;index=blah | sitimechart dc(field1) by field2&lt;/CODE&gt; It saves every single element for field1 concatenated into a new field called psrsvd_vm_field1. For me this makes for an insanely inefficient summary index with millions and millions of useless entries in the psrsvd_vm_field1 field. How can I streamline this so that it doesn't store all that information and have to sort through it every time I chart the summarized data.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:44:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-more-efficient-sitimechart-for-distinct-count/m-p/488093#M136381</guid>
      <dc:creator>pr0n</dc:creator>
      <dc:date>2020-09-30T03:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a more efficient sitimechart for distinct count?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-more-efficient-sitimechart-for-distinct-count/m-p/488094#M136382</link>
      <description>&lt;P&gt;Hi @pr0n,&lt;/P&gt;

&lt;P&gt;If you're just looking to store the distinct count without the detailed &lt;CODE&gt;multi-value&lt;/CODE&gt;, then all you have to do is save a &lt;CODE&gt;timechart&lt;/CODE&gt; into a summary index using &lt;CODE&gt;| collect&lt;/CODE&gt; instead of using &lt;CODE&gt;sitimechart&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 15:33:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-more-efficient-sitimechart-for-distinct-count/m-p/488094#M136382</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2020-01-16T15:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a more efficient sitimechart for distinct count?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-more-efficient-sitimechart-for-distinct-count/m-p/488095#M136383</link>
      <description>&lt;P&gt;How do I timechart the summary? My understanding is I need sitimechart to prepare data for proper timechart once it's summarized.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 15:36:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-more-efficient-sitimechart-for-distinct-count/m-p/488095#M136383</guid>
      <dc:creator>pr0n</dc:creator>
      <dc:date>2020-01-16T15:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a more efficient sitimechart for distinct count?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-more-efficient-sitimechart-for-distinct-count/m-p/488096#M136384</link>
      <description>&lt;P&gt;Well it depends on what you're trying to achieve, because if you need to be able to run a &lt;CODE&gt;dc&lt;/CODE&gt; over any time &lt;CODE&gt;span&lt;/CODE&gt; then you will need that inefficient mv field. But if you're only interested in keeping a specific time interval in your summary then going for the results of a &lt;CODE&gt;timechart&lt;/CODE&gt; would do the trick for you. &lt;BR /&gt;
It'll only save &lt;CODE&gt;_time&lt;/CODE&gt; and &lt;CODE&gt;dc&lt;/CODE&gt; value instead of saving &lt;CODE&gt;_time&lt;/CODE&gt;, &lt;CODE&gt;dc&lt;/CODE&gt;and all values.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 15:50:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-more-efficient-sitimechart-for-distinct-count/m-p/488096#M136384</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2020-01-16T15:50:21Z</dc:date>
    </item>
  </channel>
</rss>

