From 63f4c12a7660e0fe06259cfa3e2b741a88df3192 Mon Sep 17 00:00:00 2001 From: Timothy Sullivan Date: Fri, 24 Jan 2025 12:12:24 -0700 Subject: [PATCH 1/2] [Index Management] Doc updates for Kibana Reporting built-ins --- docs/reference/indices/index-templates.asciidoc | 1 + docs/reference/indices/put-component-template.asciidoc | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/reference/indices/index-templates.asciidoc b/docs/reference/indices/index-templates.asciidoc index 90c4a6952446e..8fb215439979e 100644 --- a/docs/reference/indices/index-templates.asciidoc +++ b/docs/reference/indices/index-templates.asciidoc @@ -40,6 +40,7 @@ template with the highest priority is used. following index patterns: // tag::built-in-index-template-patterns[] +- `.kibana-reporting` - `logs-*-*` - `metrics-*-*` - `synthetics-*-*` diff --git a/docs/reference/indices/put-component-template.asciidoc b/docs/reference/indices/put-component-template.asciidoc index 9f129c3507d87..ccdafaf2fd050 100644 --- a/docs/reference/indices/put-component-template.asciidoc +++ b/docs/reference/indices/put-component-template.asciidoc @@ -97,6 +97,7 @@ Name of the component template to create. {es} includes the following built-in component templates: // tag::built-in-component-templates[] +- `kibana-reporting@settings` - `logs@mappings` - `logs@settings` - `metrics@mappings` From 571970df8dfd6e51b971b059924ceab99868d0dc Mon Sep 17 00:00:00 2001 From: Tim Sullivan Date: Fri, 24 Jan 2025 13:28:13 -0700 Subject: [PATCH 2/2] Update docs/reference/indices/index-templates.asciidoc Co-authored-by: Lee Hinman --- docs/reference/indices/index-templates.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/indices/index-templates.asciidoc b/docs/reference/indices/index-templates.asciidoc index 8fb215439979e..b13921d263f71 100644 --- a/docs/reference/indices/index-templates.asciidoc +++ b/docs/reference/indices/index-templates.asciidoc @@ -40,7 +40,7 @@ template with the highest priority is used. following index patterns: // tag::built-in-index-template-patterns[] -- `.kibana-reporting` +- `.kibana-reporting*` - `logs-*-*` - `metrics-*-*` - `synthetics-*-*`