Splunk Search

Elimination of duplicate logins over time

DonDandrea
Path Finder

My problem is that in my data source, when a user logs on there can be a single entry or multiple entries. I need to eliminate the duplicates for each time interval but allow for future events by that User ID. I have tried dedup and distinct count. Does anyone have any suggestions?

index=* prdwfcs*/88 WFCSUID=UserID | stats count dc(WFCSUID)

index=* prdwfcs*/88 WFCSUID=UserID | dedup WFCSUID
Tags (2)
1 Solution

somesoni2
Revered Legend

If the duplicates have same timestamp and other entries from that User Id are different, dedup of _time should do the job for you.

View solution in original post

somesoni2
Revered Legend

If the duplicates have same timestamp and other entries from that User Id are different, dedup of _time should do the job for you.

ppablo
Retired

Just took care of it @Jeff_Lightly_Splunk 🙂

0 Karma

Jeff_Lightly_Sp
Communicator

If possible, consider marking somesoni2's comment as an answer and accepting that answer. This will help others who may have similar issues in the future and it helps spread karma 🙂

DonDandrea
Path Finder

Thank you somesoni2. dedup by _time did solve my issue.

0 Karma

DonDandrea
Path Finder

Yes, they have the same time stamp. I had not thought of it from that aspect. Thank you!

0 Karma

somesoni2
Revered Legend

Does the multiple/duplicate login entries have same time stamp? Could you post some sample of duplicate entries?

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...