فهرست منبع

Adding clarification for ilm troubleshooting-privileges (#132330)

Fixes https://github.com/elastic/elasticsearch/issues/110662
Vlada Chirmicci 2 ماه پیش
والد
کامیت
ac51eeaad2
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      docs/reference/ilm/error-handling.asciidoc

+ 3 - 2
docs/reference/ilm/error-handling.asciidoc

@@ -246,5 +246,6 @@ For more information, see <<fix-watermark-errors,Fix watermark errors>>.
 [discrete]
 ==== security_exception: action [<action-name>] is unauthorized for user [<user-name>] with roles [<role-name>], this action is granted by the index privileges [manage_follow_index,manage,all]
 
-This indicates the ILM action cannot be executed because the user used by ILM to perform the action doesn't have the proper privileges. This can happen when user's privileges has been dropped after updating the ILM policy.
-ILM actions are run as though they were performed by the last user who modify the policy. The account used to create or modify the policy from should have permissions to perform all operations that are part of that policy.
+This indicates the ILM action cannot be executed because the user that ILM uses to perform the action doesn’t have the correct privileges.
+ILM actions are run as though they are performed by the last user who modified the policy with the privileges that user had at that time.
+The account used to create or modify the policy must have permissions to perform all operations that are part of that policy.