Skip to content

Commit

Permalink
Add new data stream type custom component template to Fleet docs (#1335)
Browse files Browse the repository at this point in the history
Add new datastream type custom component template to Fleet data streams docs

(cherry picked from commit b50aa87)
  • Loading branch information
jillguyonnet authored and mergify[bot] committed Sep 20, 2024
1 parent 8c7dfce commit e3c6007
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/en/ingest-management/data-streams.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,12 @@ These templates are loaded when the integration is installed, and are used to co
WARNING: Custom index mappings may conflict with the mappings defined by the integration
and may break the integration in {kib}. Do not change or customize any default mappings.

When you install an integration, {fleet} creates a default `@custom` component template for each data stream. The Custom component templates are named following the pattern: `<name_of_data_stream>@custom`.
When you install an integration, {fleet} creates two default `@custom` component templates:

* A `@custom` component template allowing customization across all documents of a given data stream type, named following the pattern: `<data_stream_type>@custom`.
* A `@custom` component template for each data stream, named following the pattern: `<name_of_data_stream>@custom`.

The `@custom` component template specific to a datastream has higher precedence over the data stream type `@custom` component template.

You can edit a `@custom` component template to customize your {es} indices:

Expand Down

0 comments on commit e3c6007

Please sign in to comment.