// Jest Snapshot v1, https://goo.gl/fbAQLP exports[` spec render component in non-edit-mode 1`] = `

Create template

Index templates let you initialize new indexes with predefined mappings and settings. Learn more EuiIconMock (opens in a new tab or window)

Template settings


Template name cannot be changed after the template is created.
Must be in lowercase letters. Cannot begin with underscores. Spaces, commas, and characters *, # are not allowed.
Specify the index patterns or wildcards. Add a comma to separate each value. Settings in this template will be applied to indexes with names matching index patterns or wildcards.
Specify the priority of this template. If the index name matches more than one template, the template with the highest priority will be applied to the index.

Template definition


Allow the new indexes to be referenced by existing aliases or specify a new alias.
Select existing aliases or specify a new alias.
Index settings
Specify the number of primary shards in the index. Default is 1.
Specify the number of replicas each primary shard should have. Default is 1.
Specify how often the index should refresh, which publishes its most recent changes and makes them available for search. Default is 1s.

Specify a comma-delimited list of settings. View index settings EuiIconMock (opens in a new tab or window)

All the settings will be handled in flat structure. Learn more EuiIconMock (opens in a new tab or window)