Getting Data In

How to find duplicate logs that contain uuids?

nicolasmanic
New Member

Hi, I want to know if there are more than one logs with the same message and the same uuid.

Eg:

  1. This an error for user with id: 1
  2. This an error for user with id: 2
  3. This an error for user with id: 1
  4. This an error for user with id: 3

I want to know if there are cases like 1 & 3 where the log is exactly the same but the user id is automatically generated.

0 Karma

FrankVl
Ultra Champion

Assuming you have the message and uuid extracted into fields already:

...
| eventstats count by message,uuid
| where count>1
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...