It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. 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" }