<?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 Index has Duplicates in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-has-Duplicates/m-p/477158#M4256</link>
    <description>&lt;P&gt;I had created a field extraction not realizing that happened automatically; this caused duplicate results.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2019 12:10:00 GMT</pubDate>
    <dc:creator>aohls</dc:creator>
    <dc:date>2019-09-16T12:10:00Z</dc:date>
    <item>
      <title>Summary Index has Duplicates</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-has-Duplicates/m-p/477156#M4254</link>
      <description>&lt;P&gt;I have a search I created that runs for the last 5 minutes. I scheduled this to run every 5 minutes to update a summary index  I have. I am finding duplicates on my data. Is there a better way to manage the run times to make sure there are no duplicates? I am only putting a table into the summary, there are no stat commands. Is there some way to handle this better?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 12:45:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-has-Duplicates/m-p/477156#M4254</guid>
      <dc:creator>aohls</dc:creator>
      <dc:date>2019-09-05T12:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Index has Duplicates</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-has-Duplicates/m-p/477157#M4255</link>
      <description>&lt;P&gt;Hi aohls,&lt;BR /&gt;
are your duplicates only in the last seconds of the five minutes or in all the period?&lt;BR /&gt;
if duplicates are only in the last period, you could insert in your main search a subsearch from the summary index excluding events alreadi indexed, in other words something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index NOT [ search my_symmaty_index | fields _time field1 field2 field3 ]
| table _time field1 field2 field3 
| collect index=my_summary_index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If instead are in a larger period, you should analyze again you data and your search.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 13:21:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-has-Duplicates/m-p/477157#M4255</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-09-05T13:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Index has Duplicates</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-has-Duplicates/m-p/477158#M4256</link>
      <description>&lt;P&gt;I had created a field extraction not realizing that happened automatically; this caused duplicate results.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 12:10:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-has-Duplicates/m-p/477158#M4256</guid>
      <dc:creator>aohls</dc:creator>
      <dc:date>2019-09-16T12:10:00Z</dc:date>
    </item>
  </channel>
</rss>

