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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...