Skip to content

Commit

Permalink
Add new datastream type custom component template to Fleet data strea…
Browse files Browse the repository at this point in the history
…ms docs
  • Loading branch information
jillguyonnet committed Sep 19, 2024
1 parent 5cfb411 commit b5ce4a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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,11 @@ 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 b5ce4a2

Please sign in to comment.