<?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 do I dedupe splunk results? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63841#M12833</link>
    <description>&lt;P&gt;use the | dedup before the | table pipe, it should work&lt;BR /&gt;
more like below&lt;/P&gt;

&lt;P&gt;Latency_-Session_Average &amp;gt; 50&lt;BR /&gt;
| search host=servername&lt;BR /&gt;
| sort -size -Latency-Session_Average&lt;BR /&gt;
&lt;STRONG&gt;|dedup USERNAME&lt;/STRONG&gt;&lt;BR /&gt;
|table UserName, host, Latency-_Session_Average, RACF_ID, Event_Date, Event_Time, ICA_Name&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 18:48:08 GMT</pubDate>
    <dc:creator>sankeerthankala</dc:creator>
    <dc:date>2020-09-29T18:48:08Z</dc:date>
    <item>
      <title>How do I dedupe splunk results?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63835#M12827</link>
      <description>&lt;P&gt;Sometimes in splunk I get a lot of duplicate results, is there a dedupe command I can use to narrow the results?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 00:48:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63835#M12827</guid>
      <dc:creator>jtlewis</dc:creator>
      <dc:date>2012-02-03T00:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I dedupe splunk results?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63836#M12828</link>
      <description>&lt;P&gt;You can use the search command dedup. Example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|dedup name_of_your_field
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;More information:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/dedup"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/dedup&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 01:35:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63836#M12828</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2012-02-03T01:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I dedupe splunk results?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63837#M12829</link>
      <description>&lt;P&gt;I tried this and all of my results disappear and i have 0 results.&lt;BR /&gt;&lt;BR /&gt;
My code is:&lt;BR /&gt;
Latency_-&lt;EM&gt;Session_Average &amp;gt; 50&lt;BR /&gt;
| search host=servername&lt;BR /&gt;
| sort -size -Latency&lt;/EM&gt;-&lt;EM&gt;Session_Average&lt;BR /&gt;
|table UserName, host, Latency&lt;/EM&gt;-_Session_Average, RACF_ID, Event_Date, Event_Time, ICA_Name&lt;BR /&gt;
|dedup USERNAME&lt;/P&gt;

&lt;P&gt;If I remove dedup, i get all results, but multiples of each user in the results&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:13:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63837#M12829</guid>
      <dc:creator>wsmierciak</dc:creator>
      <dc:date>2020-09-28T18:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I dedupe splunk results?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63838#M12830</link>
      <description>&lt;P&gt;same problem.. &lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2015 18:30:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63838#M12830</guid>
      <dc:creator>mendesjo</dc:creator>
      <dc:date>2015-09-14T18:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I dedupe splunk results?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63839#M12831</link>
      <description>&lt;P&gt;Same problem&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 21:38:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63839#M12831</guid>
      <dc:creator>jsven7</dc:creator>
      <dc:date>2015-12-15T21:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I dedupe splunk results?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63840#M12832</link>
      <description>&lt;P&gt;I need all the duplicates also displayed in the table command. But table command only displays unique values for fields. How to display all duplicate values using Table command.&lt;/P&gt;

&lt;P&gt;Suppose I have 8 fields to be displayed and two of those fields have unique values for each and every row of data and all other 6 fields have common data, table displays all those 6 fields data once and displays these two fields data only in bulk. &lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 15:27:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63840#M12832</guid>
      <dc:creator>subash730</dc:creator>
      <dc:date>2016-12-06T15:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I dedupe splunk results?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63841#M12833</link>
      <description>&lt;P&gt;use the | dedup before the | table pipe, it should work&lt;BR /&gt;
more like below&lt;/P&gt;

&lt;P&gt;Latency_-Session_Average &amp;gt; 50&lt;BR /&gt;
| search host=servername&lt;BR /&gt;
| sort -size -Latency-Session_Average&lt;BR /&gt;
&lt;STRONG&gt;|dedup USERNAME&lt;/STRONG&gt;&lt;BR /&gt;
|table UserName, host, Latency-_Session_Average, RACF_ID, Event_Date, Event_Time, ICA_Name&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:48:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63841#M12833</guid>
      <dc:creator>sankeerthankala</dc:creator>
      <dc:date>2020-09-29T18:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I dedupe splunk results?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63842#M12834</link>
      <description>&lt;P&gt;I'm having the same problem with dedup.&lt;BR /&gt;
Has anyone been able to use it without losing all results?&lt;BR /&gt;
Or maybe you have a different command that can help removing duplicates?&lt;BR /&gt;
Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 19:18:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-dedupe-splunk-results/m-p/63842#M12834</guid>
      <dc:creator>lucorrea</dc:creator>
      <dc:date>2019-07-03T19:18:40Z</dc:date>
    </item>
  </channel>
</rss>

