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:
Naarcha-AWS 2023-05-02 12:21:16 -05:00 committed by GitHub
parent 8fbc640b3a
commit a4bb42e170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -68,3 +68,29 @@ ISM does not perform a `read_only` action for an index under any of these condit
## read_write ## read_write
ISM does not perform a `read_write` action for an index if the index is blocked. 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.