A newer version is available. For the latest information, see the
current release documentation.
EnableIlmRequest
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
EnableIlmRequest
editRequest sent to enable ILM on a deployment.
Properties
edit-
index_patterns(array[IndexPattern], required) - A locally-unique user-specified id for Kibana
Example
edit{
"index_patterns" : [
{
"index_pattern" : "string",
"node_attributes" : {
"some_property" : "string"
},
"policy_name" : "string"
}
]
}