We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbefe2 commit 3c32ec7Copy full SHA for 3c32ec7
solutions/security/detect-and-alert/create-detection-rule.md
@@ -874,7 +874,7 @@ Add `Additional look-back time` to extend the search window backwards from the c
874
875
2. **Ingestion pipeline delay**: Events aren't indexed immediately after they occur:
876
* Event timestamp: 10:05:00 (when event actually happened)
877
- * Received by {{filebeat}}/{{logstash}}: 10:05:05 (5-second network delay)
+ * Received by {{filebeat}}/{{ls}}: 10:05:05 (5-second network delay)
878
* Indexed in {{es}}: 10:05:10 (5-second processing delay)
879
* Rule executes: 10:06:00 (looking back to 10:01:00)
880
* Without adequate look-back, events with indexing delays could be missed
0 commit comments