Skip to content

Commit b5ce4a2

Browse files
committed
Add new datastream type custom component template to Fleet data streams docs
1 parent 5cfb411 commit b5ce4a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/en/ingest-management/data-streams.asciidoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,11 @@ These templates are loaded when the integration is installed, and are used to co
108108
WARNING: Custom index mappings may conflict with the mappings defined by the integration
109109
and may break the integration in {kib}. Do not change or customize any default mappings.
110110

111-
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`.
111+
When you install an integration, {fleet} creates two default `@custom` component templates:
112+
. A `@custom` component template allowing customization across all documents of a given data stream type, named following the pattern: `<data_stream_type>@custom`.
113+
. A `@custom` component template for each data stream, named following the pattern: `<name_of_data_stream>@custom`.
114+
115+
The `@custom` component template specific to a datastream has higher precedence over the data stream type `@custom` component template.
112116

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

0 commit comments

Comments
 (0)