You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/elasticsearch_index_template.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ output "template" {
42
42
-`composed_of` (List of String) An ordered list of component template names.
43
43
-`data_stream` (List of Object) If this object is included, the template is used to create data streams and their backing indices. Supports an empty object. (see [below for nested schema](#nestedatt--data_stream))
44
44
-`id` (String) Internal identifier of the resource
45
+
-`ignore_missing_component_templates` (List of String) A list of component template names that are ignored if missing.
45
46
-`index_patterns` (Set of String) Array of wildcard (*) expressions used to match the names of data streams and indices during creation.
46
47
-`metadata` (String) Optional user metadata about the index template.
47
48
-`priority` (Number) Priority to determine index template precedence when a new data stream or index is created.
-`composed_of` (List of String) An ordered list of component template names.
59
59
-`data_stream` (Block List, Max: 1) If this object is included, the template is used to create data streams and their backing indices. Supports an empty object. (see [below for nested schema](#nestedblock--data_stream))
60
60
-`elasticsearch_connection` (Block List, Max: 1, Deprecated) Elasticsearch connection configuration block. This property will be removed in a future provider version. Configure the Elasticsearch connection via the provider configuration instead. (see [below for nested schema](#nestedblock--elasticsearch_connection))
61
+
-`ignore_missing_component_templates` (List of String) A list of component template names that are ignored if missing.
61
62
-`metadata` (String) Optional user metadata about the index template.
62
63
-`priority` (Number) Priority to determine index template precedence when a new data stream or index is created.
63
64
-`template` (Block List, Max: 1) Template to be applied. It may optionally include an aliases, mappings, lifecycle, or settings configuration. (see [below for nested schema](#nestedblock--template))
returndiag.FromErr(fmt.Errorf("'ignore_missing_component_templates' is supported only for Elasticsearch v%s and above", MinSupportedIgnoreMissingComponentTemplateVersion.String()))
0 commit comments