<?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 edit my search to remove duplicates of a field that appear in a table column? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-search-to-remove-duplicates-of-a-field-that/m-p/145424#M40525</link>
    <description>&lt;P&gt;This was exactly what I needed. Thank you!&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jul 2015 16:24:04 GMT</pubDate>
    <dc:creator>pkeller</dc:creator>
    <dc:date>2015-07-28T16:24:04Z</dc:date>
    <item>
      <title>How do I edit my search to remove duplicates of a field that appear in a table column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-search-to-remove-duplicates-of-a-field-that/m-p/145422#M40523</link>
      <description>&lt;P&gt;Say I have a table ...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host, IP, destinationHostname, Port, count

host1 10.10.10.1 desthost1 9999, 33
host1 10.10.10.2 desthost2 9998, 33
host1 10.10.10.3 desthost3 9997, 34
host2 10.10.10.1 desthost1 9999, 88
host3 10.10.10.2 desthost2 9995, 100
host3 10.10.10.4 desthost4 9990, 10
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'd like to remove the host field where it appears multiple times ...&lt;/P&gt;

&lt;P&gt;So, I want my output to look like this ... ( essentially ... where host1 repeats I just want it gone )&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host1 10.10.10.1 desthost1 9999, 33
      10.10.10.2 desthost2 9998, 33
      10.10.10.3 desthost3 9997, 34
host2 10.10.10.1 desthost1 9999, 88
host3 10.10.10.2 desthost2 9995, 100
      10.10.10.4 desthost4 9990, 10
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is that even possible?&lt;/P&gt;

&lt;P&gt;The last element of my search is simply &lt;CODE&gt;|table host, IP, destinationHostname, Port, count&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 15:36:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-search-to-remove-duplicates-of-a-field-that/m-p/145422#M40523</guid>
      <dc:creator>pkeller</dc:creator>
      <dc:date>2015-07-28T15:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my search to remove duplicates of a field that appear in a table column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-search-to-remove-duplicates-of-a-field-that/m-p/145423#M40524</link>
      <description>&lt;PRE&gt;| stats values(IP), values(distinationHostname), values(Port), count by host&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Jul 2015 16:09:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-search-to-remove-duplicates-of-a-field-that/m-p/145423#M40524</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2015-07-28T16:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my search to remove duplicates of a field that appear in a table column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-search-to-remove-duplicates-of-a-field-that/m-p/145424#M40525</link>
      <description>&lt;P&gt;This was exactly what I needed. Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 16:24:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-search-to-remove-duplicates-of-a-field-that/m-p/145424#M40525</guid>
      <dc:creator>pkeller</dc:creator>
      <dc:date>2015-07-28T16:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my search to remove duplicates of a field that appear in a table column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-search-to-remove-duplicates-of-a-field-that/m-p/145425#M40526</link>
      <description>&lt;P&gt;@pkeller please mark as accepted &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 16:56:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-search-to-remove-duplicates-of-a-field-that/m-p/145425#M40526</guid>
      <dc:creator>aljohnson_splun</dc:creator>
      <dc:date>2015-07-28T16:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit my search to remove duplicates of a field that appear in a table column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-search-to-remove-duplicates-of-a-field-that/m-p/145426#M40527</link>
      <description>&lt;P&gt;done. When I checked earlier, the 'accept' action wasn't rendering itself. Thanks for the reminder. &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 17:04:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-edit-my-search-to-remove-duplicates-of-a-field-that/m-p/145426#M40527</guid>
      <dc:creator>pkeller</dc:creator>
      <dc:date>2015-07-28T17:04:50Z</dc:date>
    </item>
  </channel>
</rss>

