Skip to content

Commit

Permalink
Doc: Add topic and expand info for mem queue
Browse files Browse the repository at this point in the history
  • Loading branch information
karenzone committed Sep 22, 2021
1 parent 37e1db0 commit 2af381a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ include::static/filebeat-modules.asciidoc[]
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/resiliency.asciidoc
include::static/resiliency.asciidoc[]

:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/mem-queue.asciidoc
include::static/mem-queue.asciidoc[]

:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/persistent-queues.asciidoc
include::static/persistent-queues.asciidoc[]

Expand Down
10 changes: 10 additions & 0 deletions docs/static/mem-queue.asciidoc
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.

0 comments on commit 2af381a

Please sign in to comment.