You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @internal This API is EXPERIMENTAL and may be changed or removed completely in a future release
@@ -1567,7 +1567,7 @@ public function putAlias(array $params = [])
1567
1567
* error_trace: boolean, // Include the stack trace of returned errors. (DEFAULT: false)
1568
1568
* source: string, // The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
1569
1569
* filter_path: list, // A comma-separated list of filters used to reduce the response.
1570
-
* body: array, // The data lifecycle configuration that consist of the data retention
1570
+
* body: array, // The data stream lifecycle configuration that consist of the data retention
1571
1571
* } $params
1572
1572
*
1573
1573
* @throws MissingParameterException if a required parameter is missing
@@ -1850,6 +1850,7 @@ public function refresh(array $params = [])
1850
1850
* ignore_unavailable: boolean, // Whether specified concrete indices should be ignored when unavailable (missing or closed)
1851
1851
* allow_no_indices: boolean, // Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
1852
1852
* expand_wildcards: enum, // Whether to expand wildcard expression to concrete indices that are open, closed or both.
1853
+
* resource: string, // changed resource to reload analyzers from if applicable
1853
1854
* pretty: boolean, // Pretty format the returned JSON response. (DEFAULT: false)
1854
1855
* human: boolean, // Return human readable values for statistics. (DEFAULT: true)
1855
1856
* error_trace: boolean, // Include the stack trace of returned errors. (DEFAULT: false)
@@ -1870,7 +1871,7 @@ public function reloadSearchAnalyzers(array $params = [])
0 commit comments