OpenSearch/x-pack/plugin/ilm
Gordon Brown d4b2d21339
Add option to filter ILM explain response (#44777)
In order to make it easier to interpret the output of the ILM Explain
API, this commit adds two request parameters to that API:

- `only_managed`, which causes the response to only contain indices
  which have `index.lifecycle.name` set
- `only_errors`, which causes the response to contain only indices in an
  ILM error state

"Error state" is defined as either being in the `ERROR` step or having
`index.lifecycle.name` set to a policy that does not exist.
2019-07-26 11:57:38 -04:00
..
qa Add option to filter ILM explain response (#44777) 2019-07-26 11:57:38 -04:00
src Add option to filter ILM explain response (#44777) 2019-07-26 11:57:38 -04:00
build.gradle Rename ILM package to ilm (#44725) 2019-07-23 16:46:38 +09:00