-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doc: Add topic and expand info for mem queue
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[[memory-queue]] | ||
=== Memory queue | ||
|
||
By default, Logstash uses in-memory bounded queues between pipeline stages | ||
(inputs → pipeline workers) to buffer events. The size of these in-memory | ||
queues is fixed and not configurable. If Logstash experiences a temporary | ||
machine failure, the contents of the in-memory queue will be lost. Temporary machine | ||
failures are scenarios where Logstash or its host machine are terminated | ||
abnormally but are capable of being restarted. | ||
|