mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
[DOC] Clarify scope of queue settings 7.17 (#13651)
Backports #12955 to 8.0 Author: Luca Belluccini <luca.belluccini@elastic.co> Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> Co-authored-by: Andrea Selva <andrea.selva@elastic.co>
This commit is contained in:
parent
779a4d5f13
commit
3c0b948a85
1 changed files with 6 additions and 1 deletions
7
docs/static/persistent-queues.asciidoc
vendored
7
docs/static/persistent-queues.asciidoc
vendored
|
@ -33,7 +33,12 @@ The data persisted to disk is not replicated.
|
|||
[[configuring-persistent-queues]]
|
||||
==== Configuring persistent queues
|
||||
|
||||
To configure persistent queues, specify options in the Logstash <<logstash-settings-file,settings file>>:
|
||||
To configure persistent queues, specify options in the Logstash <<logstash-settings-file,settings file>>.
|
||||
Settings are applied to every pipeline.
|
||||
|
||||
When you set values for capacity and sizing settings, remember that the value you set is applied _per pipeline_ rather than a total to be shared among all pipelines.
|
||||
|
||||
TIP: If you want to define values for a specific pipeline, use <<multiple-pipelines,`pipelines.yml`>>.
|
||||
|
||||
`queue.type`:: Specify `persisted` to enable persistent queues. By default, persistent queues are disabled (default: `queue.type: memory`).
|
||||
`path.queue`:: The directory path where the data files will be stored. By default, the files are stored in `path.data/queue`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue