Skip to content

Commit 3c32ec7

Browse files
Update solutions/security/detect-and-alert/create-detection-rule.md
1 parent 0dbefe2 commit 3c32ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/security/detect-and-alert/create-detection-rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ Add `Additional look-back time` to extend the search window backwards from the c
874874

875875
2. **Ingestion pipeline delay**: Events aren't indexed immediately after they occur:
876876
* Event timestamp: 10:05:00 (when event actually happened)
877-
* Received by {{filebeat}}/{{logstash}}: 10:05:05 (5-second network delay)
877+
* Received by {{filebeat}}/{{ls}}: 10:05:05 (5-second network delay)
878878
* Indexed in {{es}}: 10:05:10 (5-second processing delay)
879879
* Rule executes: 10:06:00 (looking back to 10:01:00)
880880
* Without adequate look-back, events with indexing delays could be missed

0 commit comments

Comments
 (0)