Commit graph

24 commits

Author SHA1 Message Date
Andres Rodriguez
b082e519c0
Fix typo that caused subtitle not to show (#15202) 2023-07-20 11:22:34 -04:00
Andres Rodriguez
c2bbed8266
Add initial PQ sizing doc (#15033)
Add storage sizing guidance for Persistent Queues.

Co-authored-by: Karen Metts <karen.metts@elastic.co>
Co-authored-by: Joao Duarte <joao@elastic.co>
2023-07-12 17:45:49 -04:00
Mashhur
d0c9aa8f48
File system mismatch when each pipeline uses separate file system. (#14212)
* Logstash checks different file system if each pipeline has a symlink to other filesystem.

* Apply suggestions from code review

* FileAlreadyExistsException case handling when queue path is symlinked.

Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
Co-authored-by: Ry Biesemeyer <yaauie@users.noreply.github.com>
Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
2022-06-16 09:22:00 -07:00
kaisecheng
205cf43213
[Doc] queue.max_bytes for all queues (#14128)
* bring back the details of PQ size checking
2022-05-20 10:32:21 +01:00
kaisecheng
90e7c8864e
[Doc] PQ and DLQ do not support NFS (#14095)
* [Doc] PQ and DLQ do not support NFS
Fixed: #12097

Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
2022-05-16 15:28:19 +01:00
kaisecheng
d71553e5d7
[Doc] update queue.max_bytes and queue.page_capacity (#13833)
Fixed: #8650, #10718

Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
2022-03-09 15:51:18 +00:00
Luca Belluccini
e16a9d144c
[DOC] Clarify scope of queue settings (#12955)
Co-authored-by: Andrea Selva <andrea.selva@elastic.co>
Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
2022-01-20 10:09:28 -05:00
Karen Metts
63ed2da5ec
Doc: Expand PQ content for pipeline-pipeline (#13319) 2021-11-18 20:07:24 -05:00
Karen Metts
8a01cf6d19
Doc: Fix list formatting (#13294) 2021-10-07 09:36:31 -04:00
Karen Metts
3314f2fbdf
Doc: Rework PQ content (#13173)
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
2021-10-06 18:46:27 -04:00
Karen Metts
f0504588df
Doc: Enhance and expand DLQ docs (#12959)
Fixes: #12923
Related: #10493
2021-07-22 16:13:23 -04:00
DeDe Morton
71f6b362ec Remove queue.checkpoint.interval from docs
Fixes #8927
2018-01-17 23:43:59 +00:00
DeDe Morton
3ee8255f88 Clarify PQ tuning options
Fixes #8927
2018-01-17 23:43:59 +00:00
Colin Surprenant
40827a53eb change batch delay to 50ms and page size to 64mb
a 50ms delay helps creating more full batches without practical added latency see #8707
a 64mb page helps PQ perfmance related to a large page size see #8702 #8707
2017-12-05 13:51:54 -05:00
DeDe Morton
d6bdfad39b Add queue.drain option to the docs
Fixes #7583
2017-08-03 04:22:11 +00:00
DeDe Morton
31b2a36346 Add note to clarify at-least-one guarantee statement
Fixes #7029
2017-05-04 20:31:17 +00:00
DeDe Morton
e728b5eb4a Remove beta/experimental flags for features that are GA in 5.4
Fixes #6989
2017-04-28 23:20:48 +00:00
DeDe Morton
da6099b2f1 Add fixes from review
Fixes #6761
2017-03-02 12:55:46 -05:00
DeDe Morton
ebbf36f75f Add at least once delivery to persistent queue docs
Fixes #6761
2017-03-02 12:55:45 -05:00
Łukasz
da559504a9 single typo fixed
Fixes #6702
2017-02-14 13:10:46 -05:00
Jordan Sissel
2c17365315 Fix typo causing docs build failure.
Fixes #6488
2017-01-05 12:12:16 -05:00
Jordan Sissel
cb471f2233 Improve the accuracy of the PQ docs.
* Removed reference to unused `queue.checkpoint.interval`.
* Changed 'unread' to be 'unACKed'
* Remove confusing/contradictory statement about queue acknowledgement
  and outputs
* Describe garbage collection
* Describe some of the internals (pages, checkpoints).

Fixes #6408
2017-01-04 13:30:32 -05:00
DeDe Morton
45d54324f4 Add fixes from review
Fixes #6344
2016-12-02 23:31:43 -05:00
DeDe Morton
fe336c3068 Add docs for persistent queues
Fixes #6344
2016-12-02 23:31:43 -05:00