<?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: filter by duplication of records in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/filter-by-duplication-of-records/m-p/358756#M165324</link>
    <description>&lt;P&gt;HI kunalpatil111&lt;BR /&gt;
try something like this (to modify for your real needs):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index
| stats count BY IP
| where count &amp;gt;1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 10 Nov 2017 14:11:09 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2017-11-10T14:11:09Z</dc:date>
    <item>
      <title>filter by duplication of records</title>
      <link>https://community.splunk.com/t5/Splunk-Search/filter-by-duplication-of-records/m-p/358755#M165323</link>
      <description>&lt;P&gt;|tlp|lasttime|reporttime|count|itype|indicator|cc|asn|asn_desc|confidence|description|tags|rdata| provider  .... i have the data as above, my aim is to filter data in such way so that i could get only duplicates, for eg: from indicator field i want only duplicates IP address  &lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 07:07:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/filter-by-duplication-of-records/m-p/358755#M165323</guid>
      <dc:creator>kunalpatil111</dc:creator>
      <dc:date>2017-11-10T07:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: filter by duplication of records</title>
      <link>https://community.splunk.com/t5/Splunk-Search/filter-by-duplication-of-records/m-p/358756#M165324</link>
      <description>&lt;P&gt;HI kunalpatil111&lt;BR /&gt;
try something like this (to modify for your real needs):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index
| stats count BY IP
| where count &amp;gt;1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 14:11:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/filter-by-duplication-of-records/m-p/358756#M165324</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-11-10T14:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: filter by duplication of records</title>
      <link>https://community.splunk.com/t5/Splunk-Search/filter-by-duplication-of-records/m-p/358757#M165325</link>
      <description>&lt;P&gt;@kunalpatil111 can you add some sample data? What do you want to output just the IPs that are duplicate in field &lt;CODE&gt;Indicator&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 20:55:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/filter-by-duplication-of-records/m-p/358757#M165325</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-11-10T20:55:04Z</dc:date>
    </item>
  </channel>
</rss>

