<?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 by time in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Dedup-by-time/m-p/271345#M4967</link>
    <description>&lt;P&gt;If all the data in the event seems duplicate please try to see if  &lt;CODE&gt;dedup _raw&lt;/CODE&gt; at the beginning solves your problem. If still the duplicate events exist it means there is something different between raw data of these two events even though the specific data you seek might look duplicate.&lt;/P&gt;

&lt;P&gt;Doing a dedup over _time might not solve the issue since you mention that after 2 seconds the event reappears (which means time itself is different). Try dedup over the fields which you see are coming as duplicate rather than time which itself is 2sec different to previous duplicate event.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Dec 2016 16:47:59 GMT</pubDate>
    <dc:creator>gokadroid</dc:creator>
    <dc:date>2016-12-12T16:47:59Z</dc:date>
    <item>
      <title>Dedup by time</title>
      <link>https://community.splunk.com/t5/Alerting/Dedup-by-time/m-p/271344#M4966</link>
      <description>&lt;P&gt;I am using the search below to determine the account locked out - It works fine but as result I received more than a single account locked-out events from at list two domain controllers between 2 seconds - Should be possible to use a dedup by time to avoid the same status over 5/10 seconds. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=wineventlog source="WinEventLog:Security" sourcetype="WinEventLog:Security" Account_Name="*" EventCode=4740 OR EventCode=644 AND Account_Name!=Guest AND  Account_Name!=Anonymous   | eval Account_Name = mvindex(Account_Name,1)   | eval Security_ID = mvindex(Security_ID,1)  | timechart span=1h limit=20 useother=f count by Account_Name
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Dec 2016 16:12:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Dedup-by-time/m-p/271344#M4966</guid>
      <dc:creator>arkonner</dc:creator>
      <dc:date>2016-12-12T16:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dedup by time</title>
      <link>https://community.splunk.com/t5/Alerting/Dedup-by-time/m-p/271345#M4967</link>
      <description>&lt;P&gt;If all the data in the event seems duplicate please try to see if  &lt;CODE&gt;dedup _raw&lt;/CODE&gt; at the beginning solves your problem. If still the duplicate events exist it means there is something different between raw data of these two events even though the specific data you seek might look duplicate.&lt;/P&gt;

&lt;P&gt;Doing a dedup over _time might not solve the issue since you mention that after 2 seconds the event reappears (which means time itself is different). Try dedup over the fields which you see are coming as duplicate rather than time which itself is 2sec different to previous duplicate event.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 16:47:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Dedup-by-time/m-p/271345#M4967</guid>
      <dc:creator>gokadroid</dc:creator>
      <dc:date>2016-12-12T16:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dedup by time</title>
      <link>https://community.splunk.com/t5/Alerting/Dedup-by-time/m-p/271346#M4968</link>
      <description>&lt;P&gt;I would do a stats rather than a dedup as it is much efficient &amp;amp; fast&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 21:03:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Dedup-by-time/m-p/271346#M4968</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2016-12-12T21:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dedup by time</title>
      <link>https://community.splunk.com/t5/Alerting/Dedup-by-time/m-p/271347#M4969</link>
      <description>&lt;P&gt;The same event has been recorded by more than one domain controller - " count by Account_Name"  is showing two events coming from server1 and server2 -  in  closing time - I am looking to eliminate the duplication if this append in a 5/10 sec time windows - If the same user i still strying to perform a login the new account_locked out will appear.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:06:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Dedup-by-time/m-p/271347#M4969</guid>
      <dc:creator>arkonner</dc:creator>
      <dc:date>2020-09-29T12:06:43Z</dc:date>
    </item>
  </channel>
</rss>

