Skip to content

Commit ed06683

Browse files
Apply suggestions from code review
Co-authored-by: shainaraskas <[email protected]>
1 parent d62f5e5 commit ed06683

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/reference/elasticsearch/configuration-reference/data-stream-lifecycle-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $$$index-data-stream-lifecycle-origination-date$$$
7474

7575
## Reindex settings [reindex-data-stream-settings]
7676

77-
You can use the following clustetr-level settings to control the behavior of the reindex data stream API:
77+
You can use the following cluster-level settings to control the behavior of the reindex data stream API:
7878

7979
`migrate.max_concurrent_indices_reindexed_per_data_stream` ([Dynamic](docs-content://deploy-manage/stack-settings.md#dynamic-cluster-setting)) The number of backing indices within a given data stream which will be reindexed concurrently. Defaults to `1`.
8080

docs/reference/elasticsearch/index-settings/index-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ $$$index-refresh-interval-setting$$$
152152
`index.refresh_interval` {applies_to}`serverless: all`
153153
: How often to perform a refresh operation, which makes recent changes to the index visible to search. If this setting is not explicitly set, shards that haven’t seen search traffic for at least `index.search.idle.after` seconds will not receive background refreshes until they receive a search request. Searches that hit an idle shard where a refresh is pending will trigger a refresh as part of the search operation for that shard only. This behavior aims to automatically optimize bulk indexing in the default case when no searches are performed. To opt out of this behavior, set an explicit value for the refresh interval, even if it matches the default value.
154154

155-
It defaults to `1s` in {{stack}} and `5s` in {{serverless-short}}. In both cases, the setting can be set to `-1` to disable refresh.
155+
The value defaults to `1s` in {{stack}} and `5s` in {{serverless-short}}. In both cases, the setting can be set to `-1` to disable refresh.
156156

157157
$$$index-max-result-window$$$
158158

docs/reference/elasticsearch/index-settings/serverless.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ applies_to:
66

77
# Index settings available in {{serverless-full}} projects
88

9-
This page lists the {{es}} index settings available in {{serverless-full}} projects.
9+
[{{serverless-full}}](docs-content://deploy-manage/deploy/elastic-cloud/serverless.md) manages most index settings for you. This page lists the {{es}} index settings available in {{serverless-short}} projects.
1010

1111
### General settings
1212

@@ -43,7 +43,7 @@ This page lists the {{es}} index settings available in {{serverless-full}} proje
4343
* [`index.mapping.total_fields.limit`](./mapping-limit.md#total-fields-limit)
4444
* [`index.mapping.total_fields.ignore_dynamic_beyond_limit`](./mapping-limit.md#ignore-dynamic-beyond-limit)
4545

46-
### ILM and Data Stream settings
46+
### Data stream lifecycle settings
4747

4848
* [`index.lifecycle.origination_date`](../configuration-reference/data-stream-lifecycle-settings.md#index-data-stream-lifecycle-origination-date)
4949

0 commit comments

Comments
 (0)