<?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 How to find duplicate logs that contain uuids? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-duplicate-logs-that-contain-uuids/m-p/422258#M74192</link>
    <description>&lt;P&gt;Hi, I want to know if there are more than one logs with the same message and the same uuid.&lt;/P&gt;

&lt;P&gt;Eg:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;CODE&gt;This an error for user with id: 1&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;This an error for user with id: 2&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;This an error for user with id: 1&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;This an error for user with id: 3&lt;/CODE&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I want to know if there are cases like  &lt;CODE&gt;1&lt;/CODE&gt; &amp;amp;  &lt;CODE&gt;3&lt;/CODE&gt; where the log is exactly the same but the user id is automatically generated.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2019 09:43:40 GMT</pubDate>
    <dc:creator>nicolasmanic</dc:creator>
    <dc:date>2019-04-23T09:43:40Z</dc:date>
    <item>
      <title>How to find duplicate logs that contain uuids?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-duplicate-logs-that-contain-uuids/m-p/422258#M74192</link>
      <description>&lt;P&gt;Hi, I want to know if there are more than one logs with the same message and the same uuid.&lt;/P&gt;

&lt;P&gt;Eg:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;CODE&gt;This an error for user with id: 1&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;This an error for user with id: 2&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;This an error for user with id: 1&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;This an error for user with id: 3&lt;/CODE&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I want to know if there are cases like  &lt;CODE&gt;1&lt;/CODE&gt; &amp;amp;  &lt;CODE&gt;3&lt;/CODE&gt; where the log is exactly the same but the user id is automatically generated.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 09:43:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-duplicate-logs-that-contain-uuids/m-p/422258#M74192</guid>
      <dc:creator>nicolasmanic</dc:creator>
      <dc:date>2019-04-23T09:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to find duplicate logs that contain uuids?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-duplicate-logs-that-contain-uuids/m-p/422259#M74193</link>
      <description>&lt;P&gt;Assuming you have the message and uuid extracted into fields already:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...
| eventstats count by message,uuid
| where count&amp;gt;1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Apr 2019 14:41:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-duplicate-logs-that-contain-uuids/m-p/422259#M74193</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-04-23T14:41:40Z</dc:date>
    </item>
  </channel>
</rss>

