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.
Get Updates on the Splunk Community!

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...