<?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: Return daily unique field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Return-daily-unique-field/m-p/58095#M14191</link>
    <description>&lt;P&gt;The mday does the same as "|timechart span=1d count" would. However it still removes all of the duplicates. (does not save duplicates if they happen on different days)&lt;/P&gt;</description>
    <pubDate>Tue, 29 May 2012 03:27:48 GMT</pubDate>
    <dc:creator>zucler</dc:creator>
    <dc:date>2012-05-29T03:27:48Z</dc:date>
    <item>
      <title>Return daily unique field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Return-daily-unique-field/m-p/58093#M14189</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;

&lt;P&gt;As I understand, &lt;STRONG&gt;dedup&lt;/STRONG&gt; command will filter the complete set of results and remove any duplicate fields.&lt;/P&gt;

&lt;P&gt;What if I want it to remove daily duplicates only? In other words, I would like to have duplicates, if their events happened on different days.&lt;/P&gt;

&lt;P&gt;Is this possible?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Max&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 07:52:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Return-daily-unique-field/m-p/58093#M14189</guid>
      <dc:creator>zucler</dc:creator>
      <dc:date>2012-05-23T07:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Return daily unique field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Return-daily-unique-field/m-p/58094#M14190</link>
      <description>&lt;P&gt;Dedup based on day as well:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | eval mday = strftime(_time,"%d") | dedup yourfirstfield mday
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 May 2012 08:05:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Return-daily-unique-field/m-p/58094#M14190</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-05-23T08:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Return daily unique field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Return-daily-unique-field/m-p/58095#M14191</link>
      <description>&lt;P&gt;The mday does the same as "|timechart span=1d count" would. However it still removes all of the duplicates. (does not save duplicates if they happen on different days)&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 03:27:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Return-daily-unique-field/m-p/58095#M14191</guid>
      <dc:creator>zucler</dc:creator>
      <dc:date>2012-05-29T03:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Return daily unique field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Return-daily-unique-field/m-p/58096#M14192</link>
      <description>&lt;P&gt;Indeed it does the same. I'm confused regarding what behaviour you want. Could you show an example of desired vs undesired behaviour?&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 04:18:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Return-daily-unique-field/m-p/58096#M14192</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-05-29T04:18:12Z</dc:date>
    </item>
  </channel>
</rss>

