Skip to content

elasticsearch start-ilm

Start the index lifecycle management (ILM) plugin

Description

Start the index lifecycle management (ILM) plugin

Synopsis

elasticsearch start-ilm
    [--site <site>]
    [--cluster <cluster>]

Arguments

site - (string)

     Site where this command will be executed
     Example: --site "site-1"
     Default: input.site      Attributes: optional

cluster - (string)

     Name of elastic search cluster
     Example: --cluster "elastic-default"
     Default: elastic-default      Attributes: optional

Examples

Input:

! elasticsearch start-ilm --cluster "elastic-1"
Output:
{
  "acknowledged": true
}

Access Control

To use this command, you need access to the following:

Field Value
Action "update"
Service Type "elasticsearch"
Service Instance cluster
Namespace
Object Type "cluster"
Object ID

Please see Access Control for details.