SPL
Search for duplicate events in Splunk
Description
16 2
index=<indexname> | stats count values(host) values(source) values(sourcetype) values(index) by _raw | WHERE count>1
SPL
index=<indexname> | stats count values(host) values(source) values(sourcetype) values(index) by _raw | WHERE count>1
Comments
0 total
Be the first to comment on this SPL.
Leave a comment
You must log in to post a comment.