Find duplicate events

index=<specify index>
| eval x=sha256(_raw)
| stats count values(host) values(source) values(sourcetype) values(index) by x
| where count>1
Share This:
Tagged:

Leave A Comment?