Skip to content

Commit

Permalink
Merge pull request #1698 from SEKOIA-IO/CharlesLR-sekoia-patch-1
Browse files Browse the repository at this point in the history
Provide more information on alert delays causes
  • Loading branch information
CharlesLR-sekoia authored Mar 14, 2024
2 parents 146200b + 874b7e3 commit 2177255
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/xdr/FAQ/Alerts_qa.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ If it is involved in the current alert, the bell is not displayed.

Besides matching a rule in real time, an alert can be triggered with a delay when:

- An IOC is published, old events are scanned and if an event matches, the rule will automatically trigger an alert.
- Reingesting old logs
- An IOC is published, old events are scanned and if an event matches, the rule will automatically trigger an alert.
- Logs from the source were received by Sekoia with a delay. Common route causes:
* the log collection was interrupted, if logs are buffered loccaly on customer's side, before being sent later when the collection restarts
* Reingestion of old logs

!!! Note
See more informaiton on `timestamp` and `event.created`fields [here](Events_qa.md#timestampeventcreated-eventstart-eventend-meaning).

0 comments on commit 2177255

Please sign in to comment.