<?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: Retrieve discarded values from the dedup command or other commands? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Retrieve-discarded-values-from-the-dedup-command-or-other/m-p/627113#M217937</link>
    <description>&lt;P&gt;Use the &lt;FONT face="courier new,courier"&gt;keepevents&lt;/FONT&gt; option to retain the duplicate events, but without the repeated field value.&amp;nbsp; Look for where the field is set to &lt;FONT face="courier new,courier"&gt;null&lt;/FONT&gt;.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jan 2023 21:28:08 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2023-01-13T21:28:08Z</dc:date>
    <item>
      <title>Retrieve discarded values from the dedup command or other commands?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Retrieve-discarded-values-from-the-dedup-command-or-other/m-p/627102#M217935</link>
      <description>&lt;P&gt;I want to use the dedup command and see which values it removes from a field. Is this possible?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 20:14:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Retrieve-discarded-values-from-the-dedup-command-or-other/m-p/627102#M217935</guid>
      <dc:creator>amorales_splunk</dc:creator>
      <dc:date>2023-01-13T20:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve discarded values from the dedup command or other commands?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Retrieve-discarded-values-from-the-dedup-command-or-other/m-p/627113#M217937</link>
      <description>&lt;P&gt;Use the &lt;FONT face="courier new,courier"&gt;keepevents&lt;/FONT&gt; option to retain the duplicate events, but without the repeated field value.&amp;nbsp; Look for where the field is set to &lt;FONT face="courier new,courier"&gt;null&lt;/FONT&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 21:28:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Retrieve-discarded-values-from-the-dedup-command-or-other/m-p/627113#M217937</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-01-13T21:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve discarded values from the dedup command or other commands?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Retrieve-discarded-values-from-the-dedup-command-or-other/m-p/627114#M217938</link>
      <description>&lt;P&gt;I suppose you can calculate which ones are removed by dedup, just not by using dedup.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eventstats last(curious) as remaining by deduping
| stats values(curious) as all by deduping remaining
| eval removed = mvmap(all, if(all == remaining, null(), all))&lt;/LI-CODE&gt;&lt;P&gt;Here, curious is the field you want to examine, and deduping is the field on which to dedup.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 21:32:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Retrieve-discarded-values-from-the-dedup-command-or-other/m-p/627114#M217938</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2023-01-13T21:32:49Z</dc:date>
    </item>
  </channel>
</rss>

