Change recommended template priority in documentation #68982
Labels
:Data Management/Indices APIs
APIs to create and manage indices and templates
>docs
General docs changes
>enhancement
Team:Data Management
Meta label for data/management team
Team:Docs
Meta label for docs team
Uh oh!
There was an error while loading. Please reload this page.
We (the Fleet team) have found a potential conflict between the index template priority that is suggested on https://www.elastic.co/guide/en/elasticsearch/reference/current/index-templates.html , and the one the Fleet project uses for autogenerated index templates. Both use a priority of
200
.This issue is a request to recommend a higher priority than
200
in the documentation so users don't risk conflicts with Fleet-generated index templates should they wish to use Fleet at a later point.The original discussion is in elastic/kibana#90299
The original issue description is:
Currently, we use the following priorities for built-in or generated index templates:
100
for the built-insmetrics-*-*
,logs-*-*
, andsynthetics-*-*
, those come from elasticsearch, see https://www.elastic.co/guide/en/elasticsearch/reference/current/index-templates.html200
for generated index templates for data streams of integrations (see [EPM] Conditionally generate ES index pattern name based on dataset_is_prefix kibana#89870)150
for generated index templates for data streams of integrations whendataset_is_prefix
istrue
(also see [EPM] Conditionally generate ES index pattern name based on dataset_is_prefix kibana#89870)The priority
200
might conflict with what we suggest people do in the elasticsearch documentation linked above:The text was updated successfully, but these errors were encountered: