<?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: Question about table and duplicate fields in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Question-about-table-and-duplicate-fields/m-p/92051#M23733</link>
    <description>&lt;P&gt;Those two lines don't look like duplicates to me, so dedup isn't going to throw one out. One would be thrown out if X=A and Y=B is true for both events.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2013 14:18:48 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2013-07-11T14:18:48Z</dc:date>
    <item>
      <title>Question about table and duplicate fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Question-about-table-and-duplicate-fields/m-p/92050#M23732</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;

&lt;P&gt;I have a splunk request that creates a table with two fields X and Y and i want to deduplicate lines when there is this situatin :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;           X - Y
entry 1 :  A   B
entry 2 :  B   A
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;how can i do that ? dedup x,y doesn't work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;thanks,&lt;/P&gt;

&lt;P&gt;Damien&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 09:02:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Question-about-table-and-duplicate-fields/m-p/92050#M23732</guid>
      <dc:creator>ddarmand</dc:creator>
      <dc:date>2013-07-11T09:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Question about table and duplicate fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Question-about-table-and-duplicate-fields/m-p/92051#M23733</link>
      <description>&lt;P&gt;Those two lines don't look like duplicates to me, so dedup isn't going to throw one out. One would be thrown out if X=A and Y=B is true for both events.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 14:18:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Question-about-table-and-duplicate-fields/m-p/92051#M23733</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-07-11T14:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Question about table and duplicate fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Question-about-table-and-duplicate-fields/m-p/92052#M23734</link>
      <description>&lt;P&gt;You could do something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;yoursearchhere
| eval compareString = min(X,Y) + max(X,Y)
| dedup compareString
| fields - compareString
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am not entirely sure this will work, but I think it will&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 23:06:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Question-about-table-and-duplicate-fields/m-p/92052#M23734</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-07-11T23:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question about table and duplicate fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Question-about-table-and-duplicate-fields/m-p/92053#M23735</link>
      <description>&lt;P&gt;thanks a lot&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2013 08:16:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Question-about-table-and-duplicate-fields/m-p/92053#M23735</guid>
      <dc:creator>ddarmand</dc:creator>
      <dc:date>2013-07-25T08:16:41Z</dc:date>
    </item>
  </channel>
</rss>

