From 59b5499b79e3f0a80cd19c35c074635a7a5c0914 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Wed, 11 May 2022 18:54:55 -0700 Subject: [PATCH 1/2] [DOCS] Fixes broken link in 7.16.3 release notes (#132082) --- docs/CHANGELOG.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 90ea04b0fd74e..4142236b6b41d 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -83,7 +83,7 @@ Before you upgrade, review the known issues, then mitigate the impact to your ap There are no known issues in 7.16.3. -For the known issues in the previous releases, refer to the <. +For the known issues in the previous releases, refer to the <>. [float] [[breaking-changes-v7.16.3]] @@ -121,7 +121,7 @@ Before you upgrade, review the known issues, then mitigate the impact to your ap There are no known issues in 7.16.2. -For the known issues in the previous releases, refer to the <. +For the known issues in the previous releases, refer to the <>. [float] [[breaking-changes-v7.16.2]] @@ -163,7 +163,7 @@ Before you upgrade, review the known issues, then mitigate the impact to your ap There are no known issues in 7.16.1. -For the known issues in the previous releases, refer to the <. +For the known issues in the previous releases, refer to the <>. [float] [[breaking-changes-v7.16.1]] From 4b997eba1f384a0d739fb06837dcf0ebb5f31359 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Thu, 12 May 2022 14:35:32 -0500 Subject: [PATCH 2/2] [DOCS] Fixes data type for fields in find rules API (#132163) (#132172) (cherry picked from commit 784fd5578034238662c5a54469eabbf9b4afc801) Co-authored-by: Lisa Cawley --- docs/api/alerting/find_rules.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/alerting/find_rules.asciidoc b/docs/api/alerting/find_rules.asciidoc index 2df8b3522725c..48c4bb25e0eea 100644 --- a/docs/api/alerting/find_rules.asciidoc +++ b/docs/api/alerting/find_rules.asciidoc @@ -43,7 +43,7 @@ NOTE: Rule `params` are stored as a {ref}/flattened.html[flattened field type] a (Optional, array|string) The fields to perform the `simple_query_string` parsed query against. `fields`:: - (Optional, array|string) The fields to return in the `attributes` key of the response. + (Optional, array of strings) The fields to return in the `attributes` key of the response. `sort_field`:: (Optional, string) Sorts the response. Could be a rule field returned in the `attributes` key of the response.