IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
IndexPattern
editIndexPattern
editAn index pattern described indicating how it has to be migrated to ILM.
Properties
edit-
index_pattern
(string
, required) - Index pattern to which the ILM policy will be applied.
-
node_attributes
(map[string,
string
)]
- Defines the Elasticsearch node attributes for the warm element of the topology
-
policy_name
(string
, required) - Name of the policy to create
Example
edit{ "index_pattern" : "string", "node_attributes" : { "some_property" : "string" }, "policy_name" : "string" }