From 9d519e8ce8e84b650815ebb787572a269143c586 Mon Sep 17 00:00:00 2001 From: Julia Bardi <90178898+juliaElastic@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:19:33 +0100 Subject: [PATCH 1/4] Update templates.md with fleet-synced-integrations --- manage-data/data-store/templates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/manage-data/data-store/templates.md b/manage-data/data-store/templates.md index f5b2c1cd2e..8078466668 100644 --- a/manage-data/data-store/templates.md +++ b/manage-data/data-store/templates.md @@ -42,6 +42,7 @@ If you use {{fleet}} or {{agent}}, assign your index templates a priority lower * Use a non-overlapping index pattern. * Assign templates with an overlapping pattern a `priority` higher than `500`. For example, if you don’t use {{fleet}} or {{agent}} and want to create a template for the `logs-*` index pattern, assign your template a priority of `500`. This ensures your template is applied instead of the built-in template for `logs-*-*`. * To avoid naming collisions with built-in and Fleet-managed index templates, avoid using `@` as part of the name of your own index templates. +* Fleet uses index `fleet-synced-integrations` for a feature, avoid using this name to avoid naming collisions. :::: From d4edc4ebff024f966473055a3d0cfccdabd9fc89 Mon Sep 17 00:00:00 2001 From: Julia Bardi <90178898+juliaElastic@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:21:42 +0100 Subject: [PATCH 2/4] Update templates.md --- manage-data/data-store/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage-data/data-store/templates.md b/manage-data/data-store/templates.md index 8078466668..2b5fbcf599 100644 --- a/manage-data/data-store/templates.md +++ b/manage-data/data-store/templates.md @@ -42,7 +42,7 @@ If you use {{fleet}} or {{agent}}, assign your index templates a priority lower * Use a non-overlapping index pattern. * Assign templates with an overlapping pattern a `priority` higher than `500`. For example, if you don’t use {{fleet}} or {{agent}} and want to create a template for the `logs-*` index pattern, assign your template a priority of `500`. This ensures your template is applied instead of the built-in template for `logs-*-*`. * To avoid naming collisions with built-in and Fleet-managed index templates, avoid using `@` as part of the name of your own index templates. -* Fleet uses index `fleet-synced-integrations` for a feature, avoid using this name to avoid naming collisions. +* Fleet uses indices `fleet-synced-integrations*` for a feature, avoid using this name to avoid naming collisions. :::: From 611629394b77fd97fcd6f89890377539842936e6 Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Wed, 12 Mar 2025 10:29:10 -0400 Subject: [PATCH 3/4] Update manage-data/data-store/templates.md --- manage-data/data-store/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage-data/data-store/templates.md b/manage-data/data-store/templates.md index 2b5fbcf599..7337bf218a 100644 --- a/manage-data/data-store/templates.md +++ b/manage-data/data-store/templates.md @@ -42,7 +42,7 @@ If you use {{fleet}} or {{agent}}, assign your index templates a priority lower * Use a non-overlapping index pattern. * Assign templates with an overlapping pattern a `priority` higher than `500`. For example, if you don’t use {{fleet}} or {{agent}} and want to create a template for the `logs-*` index pattern, assign your template a priority of `500`. This ensures your template is applied instead of the built-in template for `logs-*-*`. * To avoid naming collisions with built-in and Fleet-managed index templates, avoid using `@` as part of the name of your own index templates. -* Fleet uses indices `fleet-synced-integrations*` for a feature, avoid using this name to avoid naming collisions. +* Beginning in Version 9.1, {{fleet}} uses indices named `fleet-synced-integrations*` for a feature. Avoid using this name to avoid collisions with built-in indices. :::: From 01d13073fff432f76f12efc6fdde5e60fd0de7ad Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Wed, 12 Mar 2025 10:31:41 -0400 Subject: [PATCH 4/4] Update manage-data/data-store/templates.md --- manage-data/data-store/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage-data/data-store/templates.md b/manage-data/data-store/templates.md index 7337bf218a..a8b4b20439 100644 --- a/manage-data/data-store/templates.md +++ b/manage-data/data-store/templates.md @@ -42,7 +42,7 @@ If you use {{fleet}} or {{agent}}, assign your index templates a priority lower * Use a non-overlapping index pattern. * Assign templates with an overlapping pattern a `priority` higher than `500`. For example, if you don’t use {{fleet}} or {{agent}} and want to create a template for the `logs-*` index pattern, assign your template a priority of `500`. This ensures your template is applied instead of the built-in template for `logs-*-*`. * To avoid naming collisions with built-in and Fleet-managed index templates, avoid using `@` as part of the name of your own index templates. -* Beginning in Version 9.1, {{fleet}} uses indices named `fleet-synced-integrations*` for a feature. Avoid using this name to avoid collisions with built-in indices. +* Beginning in {{stack}} version 9.1, {{fleet}} uses indices named `fleet-synced-integrations*` for a feature. Avoid using this name to avoid collisions with built-in indices. ::::