From a4bb42e1701b36a408a7933595b83868c14918b1 Mon Sep 17 00:00:00 2001 From: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Date: Tue, 2 May 2023 12:21:16 -0500 Subject: [PATCH] Add new ISM errors (#3924) * Add new im-plugin errors Signed-off-by: Naarcha-AWS * Update _im-plugin/ism/error-prevention/index.md Co-authored-by: Nathan Bower Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --------- Signed-off-by: Naarcha-AWS Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Nathan Bower --- _im-plugin/ism/error-prevention/index.md | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/_im-plugin/ism/error-prevention/index.md b/_im-plugin/ism/error-prevention/index.md index 08654fcb..a76f62d4 100644 --- a/_im-plugin/ism/error-prevention/index.md +++ b/_im-plugin/ism/error-prevention/index.md @@ -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. \ No newline at end of file