From 9894be8a4c44263233408c735fa4268ad8b3278c Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Mon, 28 Jul 2025 17:40:05 -0500 Subject: [PATCH 1/5] add applies_to badge to changes introduced in #17351 --- docs/reference/keystore.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/reference/keystore.md b/docs/reference/keystore.md index 1d57209d8c6..25237840e5d 100644 --- a/docs/reference/keystore.md +++ b/docs/reference/keystore.md @@ -136,7 +136,10 @@ bin/logstash-keystore add ES_USER ES_PWD When prompted, enter a value for each key. ::::{note} -Key values are limited to ASCII letters (`a`-`z`, `A`-`Z`), numbers (`0`-`9`), underscores (`_`), and dots (`.`); they must be at least one character long and cannot begin with a number. +Key values are limited to: + +* {applies_to}`stack: ga 9.0.0` ASCII characters including digits, letters, and a few special symbols. +* {applies_to}`stack: ga 9.1.0` ASCII letters (`a`-`z`, `A`-`Z`), numbers (`0`-`9`), underscores (`_`), and dots (`.`); they must be at least one character long and cannot begin with a number. :::: From 74e0c4612828534fc49df0c02da687578a1d9f68 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Mon, 28 Jul 2025 17:40:22 -0500 Subject: [PATCH 2/5] add applies_to badge to changes introduced in #17759 --- docs/reference/persistent-queues.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/persistent-queues.md b/docs/reference/persistent-queues.md index 5a3bc71b0d6..8c2bed6639d 100644 --- a/docs/reference/persistent-queues.md +++ b/docs/reference/persistent-queues.md @@ -81,7 +81,8 @@ If you want to define values for a specific pipeline, use [`pipelines.yml`](/ref To avoid losing data in the persistent queue, you can set `queue.checkpoint.writes: 1` to force a checkpoint after each event is written. Keep in mind that disk writes have a resource cost. Setting this value to `1` ensures maximum durability, but can severely impact performance. See [Controlling durability](#durability-persistent-queues) to better understand the trade-offs. - +`queue.checkpoint.interval` {applies_to}`stack: deprecated 9.1` +: Sets the interval in milliseconds when a checkpoint is forced on the head page. Default is `1000`. Set to `0` to eliminate periodic checkpoints. ## Configuration notes [pq-config-notes] From b6cd8842a30962f39bd4bfe9b04ab009a84ced06 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Mon, 28 Jul 2025 20:39:37 -0500 Subject: [PATCH 3/5] reorder list items --- docs/reference/keystore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/keystore.md b/docs/reference/keystore.md index 25237840e5d..af97fb74ff4 100644 --- a/docs/reference/keystore.md +++ b/docs/reference/keystore.md @@ -138,8 +138,8 @@ When prompted, enter a value for each key. ::::{note} Key values are limited to: -* {applies_to}`stack: ga 9.0.0` ASCII characters including digits, letters, and a few special symbols. * {applies_to}`stack: ga 9.1.0` ASCII letters (`a`-`z`, `A`-`Z`), numbers (`0`-`9`), underscores (`_`), and dots (`.`); they must be at least one character long and cannot begin with a number. +* {applies_to}`stack: ga 9.0.0` ASCII characters including digits, letters, and a few special symbols. :::: From 0995bdb4425001512916d93560f59ab0a5d0d775 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Tue, 29 Jul 2025 10:33:38 -0500 Subject: [PATCH 4/5] use 9.0.1 not 9.1.0 --- docs/reference/keystore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/keystore.md b/docs/reference/keystore.md index af97fb74ff4..f2e74cfc294 100644 --- a/docs/reference/keystore.md +++ b/docs/reference/keystore.md @@ -138,7 +138,7 @@ When prompted, enter a value for each key. ::::{note} Key values are limited to: -* {applies_to}`stack: ga 9.1.0` ASCII letters (`a`-`z`, `A`-`Z`), numbers (`0`-`9`), underscores (`_`), and dots (`.`); they must be at least one character long and cannot begin with a number. +* {applies_to}`stack: ga 9.0.1` ASCII letters (`a`-`z`, `A`-`Z`), numbers (`0`-`9`), underscores (`_`), and dots (`.`); they must be at least one character long and cannot begin with a number. * {applies_to}`stack: ga 9.0.0` ASCII characters including digits, letters, and a few special symbols. :::: From 8a5d562dbe0628e3702206823c29e6dada45f50f Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Wed, 30 Jul 2025 16:12:12 -0500 Subject: [PATCH 5/5] Update docs/reference/keystore.md Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> --- docs/reference/keystore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/keystore.md b/docs/reference/keystore.md index f2e74cfc294..b571053f947 100644 --- a/docs/reference/keystore.md +++ b/docs/reference/keystore.md @@ -138,7 +138,7 @@ When prompted, enter a value for each key. ::::{note} Key values are limited to: -* {applies_to}`stack: ga 9.0.1` ASCII letters (`a`-`z`, `A`-`Z`), numbers (`0`-`9`), underscores (`_`), and dots (`.`); they must be at least one character long and cannot begin with a number. +* {applies_to}`stack: ga 9.0.1` ASCII letters (`a`-`z`, `A`-`Z`), numbers (`0`-`9`), underscores (`_`), and dots (`.`). Key values must be at least one character long and cannot begin with a number. * {applies_to}`stack: ga 9.0.0` ASCII characters including digits, letters, and a few special symbols. ::::