Add new ISM errors (#3924)
* Add new im-plugin errors Signed-off-by: Naarcha-AWS <naarcha@amazon.com> * Update _im-plugin/ism/error-prevention/index.md Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --------- Signed-off-by: Naarcha-AWS <naarcha@amazon.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Nathan Bower <nbower@amazon.com>
This commit is contained in:
parent
8fbc640b3a
commit
a4bb42e170
|
@ -68,3 +68,29 @@ ISM does not perform a `read_only` action for an index under any of these condit
|
|||
## read_write
|
||||
|
||||
ISM does not perform a `read_write` action for an index if the index is blocked.
|
||||
|
||||
|
||||
## close
|
||||
|
||||
ISM does not perform a `close` action for an index under any of these conditions:
|
||||
|
||||
- The index does not exist.
|
||||
- The index name is invalid.
|
||||
|
||||
## index_priority
|
||||
|
||||
ISM does not perform an `index_priority` action for an index that does not have `read-only-allow-delete` permission.
|
||||
|
||||
## snapshot
|
||||
|
||||
ISM does not perform a `snapshot` action for an index under any of these conditions:
|
||||
|
||||
- The index does not exist.
|
||||
- The index name is invalid.
|
||||
|
||||
## transition
|
||||
|
||||
ISM does not perform a `transition` action for an index under any of these conditions:
|
||||
|
||||
- The index does not exist.
|
||||
- The index name is invalid.
|
Loading…
Reference in New Issue