From e47b065ac10d6845156fc0b76d555b506c27b55d Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Fri, 4 Jul 2025 11:28:52 +0200 Subject: [PATCH] docs/reference: create API key in Applications UI Instead of asking to use the APM server CLI that has been removed in 9.0. While at it drop the technical preview warning. --- docs/reference/configuration.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index 8da75ec6d..d95df439b 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -268,12 +268,7 @@ Secret tokens only provide any security if your APM Server uses TLS. | --- | --- | --- | --- | | `ELASTIC_APM_API_KEY` | `API_KEY` | `None` | A base64-encoded string | -::::{warning} -This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. -:::: - - -This base64-encoded string is used to ensure that only your agents can send data to your APM Server. The API key must be created using the [APM server command-line tool](docs-content://solutions/observability/apm/api-keys.md). +This base64-encoded string is used to ensure that only your agents can send data to your APM Server. The API key can be created in the [Applications UI](docs-content://solutions/observability/apm/api-keys.md#apm-create-an-api-key). ::::{warning} API keys only provide any real security if your APM Server uses TLS.