Replies: 1 comment 1 reply
-
|
You can create a scheduled action to do this. Run it every 1 minute fetch the records, look for duplicates and generate an alert if you find a duplicate |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is there a way as efficient as possible to identify duplicate logs?
aka misconfigured source which send the same log multiple time (for example a daemon rereading full log file at each write...)
the _timestamp (collector received time) will likely be different while message time (in log) would likely be the same.
Beta Was this translation helpful? Give feedback.
All reactions