Lines Matching refs:index

33      * $params['policy'] = (string) The name of the index lifecycle policy
51 * Retrieves information about the index's current lifecycle state, such as the currently executing phase, action, and step.
53 * $params['index'] = (string) The name of the index to explain
63 $index = $this->extractArgument($params, 'index');
68 $endpoint->setIndex($index);
75 * $params['policy'] = (string) The name of the index lifecycle policy
93 * Retrieves the current index lifecycle management (ILM) status.
113 * $params['body'] = (array) Optionally specify a legacy index template name to delete and optionally specify a node attribute name used for index shard routing (defaults to "data")
131 * Manually moves an index into the specified step and executes that step.
133 * $params['index'] = (string) The name of the index whose lifecycle step is to change
142 $index = $this->extractArgument($params, 'index');
148 $endpoint->setIndex($index);
156 * $params['policy'] = (string) The name of the index lifecycle policy
177 * Removes the assigned lifecycle policy and stops managing the specified index
179 * $params['index'] = (string) The name of the index to remove policy on
187 $index = $this->extractArgument($params, 'index');
192 $endpoint->setIndex($index);
197 * Retries executing the policy for an index that is in the ERROR step.
199 * $params['index'] = (string) The name of the indices (comma-separated) whose failed lifecycle step is to be retry
207 $index = $this->extractArgument($params, 'index');
212 $endpoint->setIndex($index);
217 * Start the index lifecycle management (ILM) plugin.
234 * Halts all lifecycle management operations and stops the index lifecycle management (ILM) plugin