<?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: DEDUP with Multiple Values not Working in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/DEDUP-with-Multiple-Values-not-Working/m-p/237444#M70569</link>
    <description>&lt;P&gt;Give this a try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search | eval PORT=coalesce(PORT,"NA")   | dedup QID IP PORT
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 05 Jul 2016 19:27:35 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2016-07-05T19:27:35Z</dc:date>
    <item>
      <title>DEDUP with Multiple Values not Working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/DEDUP-with-Multiple-Values-not-Working/m-p/237443#M70568</link>
      <description>&lt;P&gt;I have vulnerability detection in Splunk where there is the possibility of duplicate QID, IP and PORT, so I run a search string to dedup QID IP PORT however it doesn't give me the values I want because some detection don't have a PORT associated.&lt;/P&gt;

&lt;P&gt;I try to add ... | fillnull PORT | dedup QID IP PORT | ... however the result is the same as when I don't do a dedup and I know for sure there are detection with all three as it's creating the descripances with the result we get from the Vulnerability scanner itself.&lt;/P&gt;

&lt;P&gt;How else can I make this work?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 19:50:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/DEDUP-with-Multiple-Values-not-Working/m-p/237443#M70568</guid>
      <dc:creator>Makinde</dc:creator>
      <dc:date>2016-07-04T19:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: DEDUP with Multiple Values not Working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/DEDUP-with-Multiple-Values-not-Working/m-p/237444#M70569</link>
      <description>&lt;P&gt;Give this a try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search | eval PORT=coalesce(PORT,"NA")   | dedup QID IP PORT
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Jul 2016 19:27:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/DEDUP-with-Multiple-Values-not-Working/m-p/237444#M70569</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-07-05T19:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: DEDUP with Multiple Values not Working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/DEDUP-with-Multiple-Values-not-Working/m-p/237445#M70570</link>
      <description>&lt;P&gt;No luck, still not working. Any other ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 14:47:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/DEDUP-with-Multiple-Values-not-Working/m-p/237445#M70570</guid>
      <dc:creator>Makinde</dc:creator>
      <dc:date>2016-07-13T14:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: DEDUP with Multiple Values not Working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/DEDUP-with-Multiple-Values-not-Working/m-p/237446#M70571</link>
      <description>&lt;P&gt;How about this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; your base search | eventstats values(PORT) as port by QID IP | eval PORT=coalesce(PORT,port )   | dedup QID IP PORT
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Jul 2016 15:01:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/DEDUP-with-Multiple-Values-not-Working/m-p/237446#M70571</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-07-13T15:01:50Z</dc:date>
    </item>
  </channel>
</rss>

