Skip to content

Commit 5ef3a62

Browse files
remove duplicate how-to pages
1 parent 13f106f commit 5ef3a62

File tree

9 files changed

+53
-310
lines changed

9 files changed

+53
-310
lines changed

docs/reference/elasticsearch/configuration-reference/elastic-cloud-serverless-elasticsearch-settings.md

Lines changed: 0 additions & 159 deletions
This file was deleted.

docs/reference/elasticsearch/configuration-reference/elasticsearch-settings.md

Lines changed: 0 additions & 148 deletions
This file was deleted.

docs/reference/elasticsearch/configuration-reference/index-management-settings.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ This setting also affects the following built-in component templates:
6161
* `synthetics@mapping`
6262
* `synthetics@settings`
6363

64+
### Universal Profiling settings
65+
66+
The following settings for Elastic Universal Profiling are supported:
67+
68+
`xpack.profiling.enabled` ![logo cloud](https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg "Supported on {{ess}}")
69+
: *Version 8.7.0+*: Specifies whether the Universal Profiling Elasticsearch plugin is enabled. Defaults to *true*.
70+
71+
`xpack.profiling.templates.enabled` ![logo cloud](https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg "Supported on {{ess}}")
72+
: *Version 8.9.0+*: Specifies whether Universal Profiling related index templates should be created on startup. Defaults to *false*.
6473

6574

6675
## Reindex settings [reindex-settings]

docs/reference/elasticsearch/configuration-reference/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Refer to [Elasticsearch configuration](docs-content://deploy-manage/deploy/cloud
1313
Configuration settings enable you to customize the behavior of Elasticsearch features.
1414
This reference provides details about each setting, such as its purpose, default behavior, and availability in Elastic Cloud environments.
1515

16-
For details on updating user settings, see [Configure Elasticsearch](elasticsearch-settings.md) ({{ece}} and {{ech}}) and [User settings in Elasticsearch Serverless](elastic-cloud-serverless-elasticsearch-settings.md) ({{serverless-short}}).
16+
For details on updating user settings, see [Edit Elastic Stack settings](docs-content://deploy-manage/deploy/elastic-cloud/edit-stack-settings) for {{ech}}, [Add Elasticsearch user settings](docs-content://deploy-manage/deploy/cloud-enterprise/edit-stack-settings-elasticsearch) for {{ece}} and [Differences from other Elasticsearch offerings](docs-content://deploy-manage/deploy/elastic-cloud/differences-from-other-elasticsearch-offerings) for ({{serverless-short}}).
1717

1818
The settings are grouped by feature or purpose, for example:
1919

docs/reference/elasticsearch/configuration-reference/monitoring-settings.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ $$$xpack-monitoring-collection-interval$$$
6666
`xpack.monitoring.collection.index.recovery.timeout`
6767
: ([Dynamic](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-put-settings)) [7.16.0] Timeout for collecting the recovery information, in [time units](/reference/elasticsearch/rest-apis/api-conventions.md#time-units). Defaults to `10s`.
6868

69+
`xpack.monitoring.collection.min_interval_seconds` ![logo cloud](https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg "Supported on {{ess}}")
70+
: Specifies the minimum number of seconds that a time bucket in a chart can represent. If you modify the `xpack.monitoring.collection.interval`, use the same value in this setting.
71+
72+
Defaults to `10` (10 seconds).
73+
6974
$$$xpack-monitoring-history-duration$$$
7075

7176
`xpack.monitoring.history.duration` ![logo cloud](https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg "Supported on {{ess}}")

docs/reference/elasticsearch/configuration-reference/search-settings.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@ $$$indices-query-bool-max-nested-depth$$$
5858

5959
This setting limits the nesting depth of queries. Deep nesting of queries may lead to stack overflow errors.
6060

61+
The following search settings are supported:
62+
63+
* `search.aggs.rewrite_to_filter_by_filter`
64+
6165

0 commit comments

Comments
 (0)