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
This release includes the following endpoint changes for [Elasticsearch 9.1.0](https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.1.0-release-notes):
26
+
27
+
### Cluster.getComponentTemplate
28
+
29
+
- Added `flat_settings` parameter (bool), return settings in flat format (default: false)
30
+
- Added `settings_filter` parameter (string), filter out results, for example to filter out sensitive information. Supports wildcards or full settings keys
31
+
32
+
### Cluster.putComponentTemplate
33
+
34
+
- Removed `timeout` parameter
35
+
- Added `cause` parameter (string), user defined reason for create the component template
36
+
37
+
### Eql.search
38
+
39
+
- Added `ccs_minimize_roundtrips` parameter (bool), indicates whether network round-trips should be minimized as part of cross-cluster search requests execution
40
+
- Added `ignore_unavailable` parameter (bool), whether specified concrete indices should be ignored when unavailable (missing or closed)
41
+
- Added `allow_no_indices` parameter (bool), whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
42
+
- Added `expand_wildcards` parameter (string), whether to expand wildcard expression to concrete indices that are open, closed or both.
43
+
44
+
### Esql.asyncQuery
45
+
46
+
- Added `allow_partial_results` parameter (bool), if `true`, partial results will be returned if there are shard failures, but the query can continue to execute on other clusters and shards. If `false`, the entire query will fail if there are any failures.
47
+
48
+
### Esql.asyncQueryGet
49
+
50
+
- Added `format` parameter (string), a short version of the Accept header, e.g. json, yaml
51
+
52
+
### Esql.getQuery (new EXPERIMENTAL API, available on serverless)
- Added `allow_partial_results` parameter (bool), if `true`, partial results will be returned if there are shard failures, but the query can continue to execute on other clusters and shards. If `false`, the entire query will fail if there are any failures.
- Added `ignore_unavailable` parameter (bool), whether specified concrete indices should be ignored when unavailable (missing or closed)
92
+
- Added `allow_no_indices` parameter (bool), whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
93
+
- Added `expand_wildcards` parameter (string), whether to expand wildcard expression to concrete indices that are open, closed or both.
94
+
95
+
### Indices.removeBlock (new API, available on serverless)
- Added `state` parameter (string|array<string>), filter snapshots by a comma-separated list of states. Valid state values are 'SUCCESS', 'IN_PROGRESS', 'FAILED', 'PARTIAL', or 'INCOMPATIBLE'.
114
+
115
+
### Snapshot.repositoryAnalyze
116
+
117
+
- Added `register_operation_count` parameter (int), the minimum number of linearizable register operations to perform in total. Defaults to 10.
118
+
119
+
### Snapshot.repositoryVerifyIntegrity (new EXPERIMENTAL API)
- Added `require_alias` parameter (bool), when true, requires destination to be an alias. Default is false
153
+
- Added `require_data_stream` parameter (bool), when true, requires destination to be a data stream (existing or to be created). Default is false
154
+
155
+
### msearch
156
+
157
+
- Added `ignore_unavailable` parameter (bool), whether specified concrete indices should be ignored when unavailable (missing or closed)
158
+
- Added `ignore_throttled` parameter (bool), whether specified concrete, expanded or aliased indices should be ignored when throttled
159
+
- Added `allow_no_indices` parameter (bool), whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
160
+
- Added `expand_wildcards` parameter (string), whether to expand wildcard expression to concrete indices that are open, closed or both.
161
+
- Added `routing` parameter (string|array<string>), a comma-separated list of specific routing values
162
+
- Added `include_named_queries_score` parameter (bool), indicates whether hit.matched_queries should be rendered as a map that includes the name of the matched query associated with its score (true) or as an array containing the name of the matched queries (false)
163
+
164
+
### openPointInTime
165
+
166
+
- Added `max_concurrent_shard_requests` parameter (int), the number of concurrent shard requests per node executed concurrently when opening this point-in-time. This value should be used to limit the impact of opening the point-in-time on the cluster
167
+
168
+
### reindex
169
+
170
+
- Added `require_alias` parameter (bool), when true, requires destination to be an alias.
171
+
172
+
### searchMvt
173
+
174
+
- Added `grid_agg` parameter (string), aggregation used to create a grid for `field`.
0 commit comments