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
- Added `/_cluster/stats/{metric}/nodes/{node_id}` and `/_cluster/stats/{metric}/{index_metric}/nodes/{node_id}` ([#639](https://github.com/opensearch-project/opensearch-api-specification/pull/639))
16
+
- Added `PhoneAnalyzer` from `analysis-phonenumber` plugin ([#609](https://github.com/opensearch-project/opensearch-api-specification/pull/609))
17
+
- Added `/_list/indices` & `/_list/shards` api specs ([#613](https://github.com/opensearch-project/opensearch-api-specification/pull/613))
15
18
16
19
### Removed
17
20
- Removed unsupported `_common.mapping:SourceField`'s `mode` field and associated `_common.mapping:SourceFieldMode` enum ([#652](https://github.com/opensearch-project/opensearch-api-specification/pull/652))
@@ -135,8 +138,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
135
138
- Added API spec for `adjust_pure_negative` for bool queries ([#641](https://github.com/opensearch-project/opensearch-api-specification/pull/641))
136
139
- Added a spec style checker [#620](https://github.com/opensearch-project/opensearch-api-specification/pull/620).
137
140
- Added `remote_store` to node `Stats` ([#643](https://github.com/opensearch-project/opensearch-api-specification/pull/643))
138
-
- Added `/_cluster/stats/{metric}/nodes/{node_id}` and `/_cluster/stats/{metric}/{index_metric}/nodes/{node_id}` ([#639](https://github.com/opensearch-project/opensearch-api-specification/pull/639))
139
-
- Added `PhoneAnalyzer` from `analysis-phonenumber` plugin ([#609](https://github.com/opensearch-project/opensearch-api-specification/pull/609))
140
141
141
142
### Changed
142
143
@@ -161,7 +162,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
161
162
- Changed `cluster.reroute`'s `metric` path param to use an enum of metrics ([#586](https://github.com/opensearch-project/opensearch-api-specification/pull/586))
162
163
- Changed `indices.stats`'s `metric` path param to use an enum of metrics ([#586](https://github.com/opensearch-project/opensearch-api-specification/pull/586))
163
164
- Changed `CleanupRepositoryResults`' properties to be `int64`s ([#587](https://github.com/opensearch-project/opensearch-api-specification/pull/587))
164
-
- Added `/_list/indices` & `/_list/shards` api specs ([#613](https://github.com/opensearch-project/opensearch-api-specification/pull/613))
The cluster is most likely hitting a disk watermark threshold. This example sets the disk watermark thresholds to 1500MB low, 100MB high, and 500MB flood stage, allowing the cluster to create indices even if the disk is almost full.
100
+
The cluster is most likely hitting a disk watermark threshold. This example sets the disk watermark thresholds to 1500MB low, 100MB high, and 500MB flood stage, allowing the cluster to create indexes even if the disk is almost full.
description: Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified).
2250
+
description: Whether to ignore if a wildcard indexes expression resolves into no concrete indexes. (This includes `_all` string or when no indexes have been specified).
2251
2251
schema:
2252
2252
type: boolean
2253
-
description: Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified).
2253
+
description: Whether to ignore if a wildcard indexes expression resolves into no concrete indexes. (This includes `_all` string or when no indexes have been specified).
2254
2254
cat.segment_replication::query.bytes:
2255
2255
name: bytes
2256
2256
in: query
@@ -2276,7 +2276,7 @@ components:
2276
2276
cat.segment_replication::query.expand_wildcards:
2277
2277
name: expand_wildcards
2278
2278
in: query
2279
-
description: Whether to expand wildcard expression to concrete indices that are open, closed or both.
2279
+
description: Whether to expand wildcard expression to concrete indexes that are open, closed or both.
Copy file name to clipboardexpand all lines: spec/namespaces/cluster.yaml
+10-10
Original file line number
Diff line number
Diff line change
@@ -539,8 +539,8 @@ components:
539
539
allow_auto_create:
540
540
description: |-
541
541
This setting overrides the value of the `action.auto_create_index` cluster setting.
542
-
If set to `true` in a template, then indices can be automatically created using that
543
-
template even if auto-creation of indices is disabled via `actions.auto_create_index`.
542
+
If set to `true` in a template, then indexes can be automatically created using that
543
+
template even if auto-creation of indexes is disabled using `actions.auto_create_index`.
544
544
If set to `false` then data streams matching the template must always be explicitly created.
545
545
type: boolean
546
546
template:
@@ -1009,7 +1009,7 @@ components:
1009
1009
cluster.health::path.index:
1010
1010
in: path
1011
1011
name: index
1012
-
description: Comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard expressions (*) are supported. To target all data streams and indices in a cluster, omit this parameter or use `_all` or `*`.
1012
+
description: Comma-separated list of data streams, indexes, and index aliases used to limit the request. Wildcard expressions (*) are supported. To target all data streams and indexes in a cluster, omit this parameter or use `_all` or `*`.
OpenSearch includes the following built-in component templates: `logs-mappings`; 'logs-settings`; `metrics-mappings`; `metrics-settings`;`synthetics-mapping`; `synthetics-settings`.
1178
-
OpenSearch Agent uses these templates to configure backing indices for its data streams.
1178
+
OpenSearch Agent uses these templates to configure backing indexes for its data streams.
1179
1179
If you use OpenSearch Agent and want to overwrite one of these templates, set the `version` for your replacement template higher than the current version.
1180
1180
If you don't use OpenSearch Agent and want to disable all built-in component and index templates, set `stack.templates.enabled` to `false` using the cluster update settings API.
1181
1181
required: true
@@ -1330,7 +1330,7 @@ components:
1330
1330
cluster.state::path.index:
1331
1331
in: path
1332
1332
name: index
1333
-
description: A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
1333
+
description: A comma-separated list of index names; use `_all` or empty string to perform the operation on all indexes
description: Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
1351
+
description: Whether to ignore if a wildcard indexes expression resolves into no concrete indexes. (This includes `_all` string or when no indexes have been specified)
1352
1352
schema:
1353
1353
type: boolean
1354
1354
style: form
@@ -1362,7 +1362,7 @@ components:
1362
1362
cluster.state::query.expand_wildcards:
1363
1363
in: query
1364
1364
name: expand_wildcards
1365
-
description: Whether to expand wildcard expression to concrete indices that are open, closed or both.
1365
+
description: Whether to expand wildcard expression to concrete indexes that are open, closed or both.
0 commit comments