<?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 Is there a &amp;quot;keepdup&amp;quot; command? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-quot-keepdup-quot-command/m-p/511975#M143572</link>
    <description>&lt;P&gt;HI, I am looking for something that is the 'opposite' of dedup; where the duplicate events are kept, and singular events are filtered out.&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jul 2020 19:12:19 GMT</pubDate>
    <dc:creator>hirschel</dc:creator>
    <dc:date>2020-07-31T19:12:19Z</dc:date>
    <item>
      <title>Is there a "keepdup" command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-quot-keepdup-quot-command/m-p/511975#M143572</link>
      <description>&lt;P&gt;HI, I am looking for something that is the 'opposite' of dedup; where the duplicate events are kept, and singular events are filtered out.&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 19:12:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-quot-keepdup-quot-command/m-p/511975#M143572</guid>
      <dc:creator>hirschel</dc:creator>
      <dc:date>2020-07-31T19:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a "keepdup" command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-quot-keepdup-quot-command/m-p/511980#M143576</link>
      <description>&lt;P&gt;You can do something like below:&lt;/P&gt;&lt;P&gt;index=someindex | stats count by _raw&lt;/P&gt;&lt;P&gt;| where count&amp;gt;1&lt;/P&gt;&lt;P&gt;The above query will return events which are duplicated.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 19:28:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-quot-keepdup-quot-command/m-p/511980#M143576</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-07-31T19:28:08Z</dc:date>
    </item>
  </channel>
</rss>

