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!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...