From 29e516684617252ffc95ce5fa0e59e5469ef352e Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Thu, 27 Nov 2025 13:13:18 +0100 Subject: [PATCH 1/3] Update index.md --- solutions/observability/apm/opentelemetry/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/solutions/observability/apm/opentelemetry/index.md b/solutions/observability/apm/opentelemetry/index.md index e8e7c6de5c..2fca104872 100644 --- a/solutions/observability/apm/opentelemetry/index.md +++ b/solutions/observability/apm/opentelemetry/index.md @@ -19,11 +19,13 @@ OpenTelemetry is a set of APIs, SDKs, tooling, and integrations that enable the :::{important} :applies_to: {"stack": "ga 9.2", "serverless": "ga"} -**Install OpenTelemetry integrations to view data** +**Install OpenTelemetry content packs to work with OpenTelemetry data** -Native Elastic Observability user interfaces do not currently support native OpenTelemetry data. To view your data, you must install content-only integrations that provide compatible dashboards. +To visualize data from OpenTelemetry receivers which is stored natively as OpenTelemetry semantic conventions, you must install content-only packs that provide OpenTelemetry data compatible dashboards. -In the Kibana Integrations UI, search for `otel` to find and install the relevant integrations, like **System OpenTelemetry Assets**, to access the dashboards. +In the Kibana Integrations UI, search for `otel` to find and install available integrations, like **System OpenTelemetry Assets**, to access the dashboards. We are adding more OpenTelemetry content packs every week, please reach out if what you are looking for is not available as an OTel content pack. + +Other Integrations which are beats-based include dashboards based on ECS data and are not compatible with OpenTelemetry semantic conventions. ::: Elastic offers several distributions of OpenTelemetry. Each [Elastic Distribution of OpenTelemetry](opentelemetry://reference/index.md) is a customized version of an OpenTelemetry language SDK and the OpenTelemetry Collector, ready to send data to the [Managed OTLP endpoint](opentelemetry://reference/motlp.md), APM Server, or directly to {{es}}. From e85c3fe27cd7aab2c295c97015d39531b0a43eda Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Thu, 27 Nov 2025 13:57:01 +0100 Subject: [PATCH 2/3] Update solutions/observability/apm/opentelemetry/index.md Co-authored-by: Aleksandra Spilkowska <96738481+alexandra5000@users.noreply.github.com> --- solutions/observability/apm/opentelemetry/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/observability/apm/opentelemetry/index.md b/solutions/observability/apm/opentelemetry/index.md index 2fca104872..b252e55b8c 100644 --- a/solutions/observability/apm/opentelemetry/index.md +++ b/solutions/observability/apm/opentelemetry/index.md @@ -21,7 +21,7 @@ OpenTelemetry is a set of APIs, SDKs, tooling, and integrations that enable the **Install OpenTelemetry content packs to work with OpenTelemetry data** -To visualize data from OpenTelemetry receivers which is stored natively as OpenTelemetry semantic conventions, you must install content-only packs that provide OpenTelemetry data compatible dashboards. +To visualize data from OpenTelemetry receivers which is stored natively as OpenTelemetry semantic conventions, you must install content-only packs that provide dashboards compatible with OpenTelemetry data. In the Kibana Integrations UI, search for `otel` to find and install available integrations, like **System OpenTelemetry Assets**, to access the dashboards. We are adding more OpenTelemetry content packs every week, please reach out if what you are looking for is not available as an OTel content pack. From 2e9158d7c999c6decfcc9652473e85d55dbc0f61 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Thu, 27 Nov 2025 15:38:35 +0100 Subject: [PATCH 3/3] Update index.md --- solutions/observability/apm/opentelemetry/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/observability/apm/opentelemetry/index.md b/solutions/observability/apm/opentelemetry/index.md index b252e55b8c..594c21834f 100644 --- a/solutions/observability/apm/opentelemetry/index.md +++ b/solutions/observability/apm/opentelemetry/index.md @@ -23,7 +23,7 @@ OpenTelemetry is a set of APIs, SDKs, tooling, and integrations that enable the To visualize data from OpenTelemetry receivers which is stored natively as OpenTelemetry semantic conventions, you must install content-only packs that provide dashboards compatible with OpenTelemetry data. -In the Kibana Integrations UI, search for `otel` to find and install available integrations, like **System OpenTelemetry Assets**, to access the dashboards. We are adding more OpenTelemetry content packs every week, please reach out if what you are looking for is not available as an OTel content pack. +In the Kibana Integrations UI, search for `otel` to find and install available integrations, like **System OpenTelemetry Assets**, to access the dashboards. We are adding more OpenTelemetry content packs every week, reach out by [opening an issue](https://github.com/elastic/integrations/issues) if what you are looking for is not available as an OTel content pack. Other Integrations which are beats-based include dashboards based on ECS data and are not compatible with OpenTelemetry semantic conventions. :::