Skip to content

Commit ee90e80

Browse files
committed
Add section for conceptual info
Backport of #11715 to 7.8
1 parent 97bd7b7 commit ee90e80

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

docs/index.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ include::static/advanced-pipeline.asciidoc[]
5555
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/life-of-an-event.asciidoc
5656
include::static/life-of-an-event.asciidoc[]
5757

58+
// Processing details
59+
60+
:edit_url!:
61+
include::static/processing-info.asciidoc[]
62+
5863
// Logstash setup
5964

6065
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/setting-up-logstash.asciidoc

docs/static/life-of-an-event.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,4 @@ By default, Logstash uses in-memory bounded queues between pipeline stages
9696
unsafely, any events that are stored in memory will be lost. To help prevent data
9797
loss, you can enable Logstash to persist in-flight events to disk. See
9898
<<persistent-queues>> for more information.
99+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[[processing]]
2+
=== Processing Details
3+
4+
Understanding how {ls} works and how components interrelate can help you make better
5+
decisions when you are setting up or adjusting your {ls} environment. This
6+
section is designed to elevate concepts to assist with that level of
7+
knowledge.
8+
9+
NOTE: This is a new section. We're still working on it.
10+
11+
[float]
12+
[[event-ordering]]
13+
==== Event ordering
14+
15+
Event ordering info goes here.
16+
17+
//todo: Document event ordering guaranties or lack thereof with multiple worker versus single worker
18+

0 commit comments

Comments
 (0)