File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ async def explain_lifecycle(
105105 no response is received before the timeout expires, the request fails and
106106 returns an error.
107107 :param only_errors: Filters the returned indices to only indices that are managed
108- by ILM.
109- :param only_managed: Filters the returned indices to only indices that are managed
110108 by ILM and are in an error state, either due to an encountering an error
111109 while executing the policy, or attempting to use a policy that does not exist.
110+ :param only_managed: Filters the returned indices to only indices that are managed
111+ by ILM.
112112 :param timeout: Period to wait for a response. If no response is received before
113113 the timeout expires, the request fails and returns an error.
114114 """
Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ def explain_lifecycle(
105105 no response is received before the timeout expires, the request fails and
106106 returns an error.
107107 :param only_errors: Filters the returned indices to only indices that are managed
108- by ILM.
109- :param only_managed: Filters the returned indices to only indices that are managed
110108 by ILM and are in an error state, either due to an encountering an error
111109 while executing the policy, or attempting to use a policy that does not exist.
110+ :param only_managed: Filters the returned indices to only indices that are managed
111+ by ILM.
112112 :param timeout: Period to wait for a response. If no response is received before
113113 the timeout expires, the request fails and returns an error.
114114 """
You can’t perform that action at this time.
0 commit comments