From b07f5791cd247219154be1f0090eb3cd71cf6bcf Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Mon, 31 Mar 2025 02:43:40 -0500 Subject: [PATCH] [docs] Remove reliance on temporary redirects part 2 (#216362) Related to https://github.com/elastic/docs-content/pull/914 Related to https://github.com/elastic/elasticsearch/pull/125663 Removes reliance on temporary redirects in the elasticsearch and docs-content repos. (cherry picked from commit e60b91a07621152f23bc9b39689f933301ab5e70) --- docs/reference/cloud/elastic-cloud-kibana-settings.md | 2 +- docs/reference/configuration-reference/general-settings.md | 2 +- .../configuration-reference/monitoring-settings.md | 2 +- docs/reference/configuration-reference/security-settings.md | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/reference/cloud/elastic-cloud-kibana-settings.md b/docs/reference/cloud/elastic-cloud-kibana-settings.md index 9cc1e50a59d22..52e39e4496d49 100644 --- a/docs/reference/cloud/elastic-cloud-kibana-settings.md +++ b/docs/reference/cloud/elastic-cloud-kibana-settings.md @@ -28,7 +28,7 @@ To learn more, check [configuring Kibana to use OpenID Connect](docs-content://d ### Anonymous authentication [ec_anonymous_authentication] -If you want to allow anonymous authentication in Kibana, these settings are supported in Elasticsearch Service. To learn more on how to enable anonymous access, check [Enabling anonymous access](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/anonymous-access.md) and [Configuring Kibana to use anonymous authentication](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/user-authentication.md#anonymous-authentication). +If you want to allow anonymous authentication in Kibana, these settings are supported in Elasticsearch Service. To learn more on how to enable anonymous access, check [Enabling anonymous access](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/anonymous-access.md) and [Configuring Kibana to use anonymous authentication](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/kibana-authentication.md#anonymous-authentication). #### Supported versions before 8.0.0 [ec_supported_versions_before_8_0_0] diff --git a/docs/reference/configuration-reference/general-settings.md b/docs/reference/configuration-reference/general-settings.md index 0928d66035ba2..568476077dde2 100644 --- a/docs/reference/configuration-reference/general-settings.md +++ b/docs/reference/configuration-reference/general-settings.md @@ -107,7 +107,7 @@ $$$elasticsearch-pingTimeout$$$ `elasticsearch.pingTimeout` : Time in milliseconds to wait for {{es}} to respond to pings. **Default: the value of the [`elasticsearch.requestTimeout`](#elasticsearch-requestTimeout) setting** $$$elasticsearch-requestHeadersWhitelist$$$ `elasticsearch.requestHeadersWhitelist` -: List of {{kib}} client-side headers to send to {{es}}. To send **no** client-side headers, set this value to [] (an empty list). Removing the `authorization` header from being whitelisted means that you cannot use [basic authentication](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/user-authentication.md#basic-authentication) in {{kib}}. **Default: `[ 'authorization', 'es-client-authentication' ]`** +: List of {{kib}} client-side headers to send to {{es}}. To send **no** client-side headers, set this value to [] (an empty list). Removing the `authorization` header from being whitelisted means that you cannot use [basic authentication](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/kibana-authentication.md#basic-authentication) in {{kib}}. **Default: `[ 'authorization', 'es-client-authentication' ]`** $$$elasticsearch-requestTimeout$$$ `elasticsearch.requestTimeout` : Time in milliseconds to wait for responses from the back end or {{es}}. This value must be a positive integer. **Default: `30000`** diff --git a/docs/reference/configuration-reference/monitoring-settings.md b/docs/reference/configuration-reference/monitoring-settings.md index d37a7081a0158..e98597341cba4 100644 --- a/docs/reference/configuration-reference/monitoring-settings.md +++ b/docs/reference/configuration-reference/monitoring-settings.md @@ -93,7 +93,7 @@ $$$monitoring-ui-enabled$$$ `monitoring.ui.enabled` : [8.1.1] Used as a workaround to avoid querying `metricbeat-*` indices which are now no longer queried. The default value is `metricbeat-*`. `monitoring.ui.max_bucket_size` -: Specifies the number of term buckets to return out of the overall terms list when performing terms aggregations to retrieve index and node metrics. For more information about the `size` parameter, see [Terms Aggregation](elasticsearch://reference/data-analysis/aggregations/search-aggregations-bucket-terms-aggregation.md#search-aggregations-bucket-terms-aggregation-size). Defaults to `10000`. +: Specifies the number of term buckets to return out of the overall terms list when performing terms aggregations to retrieve index and node metrics. For more information about the `size` parameter, see [Terms Aggregation](elasticsearch://reference/aggregations/search-aggregations-bucket-terms-aggregation.md#search-aggregations-bucket-terms-aggregation-size). Defaults to `10000`. `monitoring.ui.min_interval_seconds` ![logo cloud](https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg "Supported on {{ess}}") : Specifies the minimum number of seconds that a time bucket in a chart can represent. Defaults to 10. If you modify the `monitoring.ui.collection.interval` in `elasticsearch.yml`, use the same value in this setting. diff --git a/docs/reference/configuration-reference/security-settings.md b/docs/reference/configuration-reference/security-settings.md index 7338c58d24f11..5b88e7599e7fb 100644 --- a/docs/reference/configuration-reference/security-settings.md +++ b/docs/reference/configuration-reference/security-settings.md @@ -179,12 +179,12 @@ xpack.security.authc.providers.anonymous..credentials ![logo clou ``` -For more information, refer to [Anonymous authentication](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/user-authentication.md#anonymous-authentication). +For more information, refer to [Anonymous authentication](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/kibana-authentication.md#anonymous-authentication). ### HTTP authentication settings [http-authentication-settings] -There is a very limited set of cases when you’d want to change these settings. For more information, refer to [HTTP authentication](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/user-authentication.md#http-authentication). +There is a very limited set of cases when you’d want to change these settings. For more information, refer to [HTTP authentication](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/kibana-authentication.md#http-authentication). xpack.security.authc.http.enabled : Determines if HTTP authentication should be enabled. By default, this setting is set to `true`. @@ -193,7 +193,7 @@ xpack.security.authc.http.autoSchemesEnabled : Determines if HTTP authentication schemes used by the enabled authentication providers should be automatically supported during HTTP authentication. By default, this setting is set to `true`. xpack.security.authc.http.schemes[] -: List of HTTP authentication schemes that {{kib}} HTTP authentication should support. By default, this setting is set to `['apikey', 'bearer']` to support HTTP authentication with the [`ApiKey`](docs-content://deploy-manage/api-keys/elasticsearch-api-keys.md) and [`Bearer`](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/user-authentication.md#http-authentication) schemes. +: List of HTTP authentication schemes that {{kib}} HTTP authentication should support. By default, this setting is set to `['apikey', 'bearer']` to support HTTP authentication with the [`ApiKey`](docs-content://deploy-manage/api-keys/elasticsearch-api-keys.md) and [`Bearer`](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/kibana-authentication.md#http-authentication) schemes. ### Login user interface settings [login-ui-settings]