Skip to content

Commit f6e1878

Browse files
[8.x] Add placeholder for 'transform to OTel Collector' docs (backport #1550) (#1559)
* Add placeholder for 'transform to OTel Collector' docs (#1550) * Add placeholder for 'transform to OTel Collector' docs * Add include statement (commented out) * Update docs/en/ingest-management/elastic-agent/otel-agent-transform.asciidoc Co-authored-by: shainaraskas <[email protected]> --------- Co-authored-by: shainaraskas <[email protected]> (cherry picked from commit 6d32677) * Update otel-agent-transform.asciidoc * Update index.asciidoc * Update otel-agent.asciidoc --------- Co-authored-by: David Kilfoyle <[email protected]>
1 parent da1093b commit f6e1878

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docs/en/ingest-management/elastic-agent/otel-agent-transform.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ The OTel Collector running configuration should appear under `elastic-agent` key
7878
----
7979
+
8080
. Congratulations! Host logs and metrics are now being collected and ingested by the {agent} service running an OTel Collector instance.
81-
For further details about OpenTelemetry collector components supported by {agent}, refer to the link:https://github.com/elastic/elastic-agent/tree/main/internal/pkg/otel#components[Elastic Distribution for OpenTelemetry Collector README].
81+
For further details about OpenTelemetry collector components supported by {agent}, refer to the link:https://github.com/elastic/elastic-agent/tree/main/internal/pkg/otel#components[Elastic Distribution for OpenTelemetry Collector README].

docs/en/ingest-management/elastic-agent/otel-agent.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ The link:https://opentelemetry.io/docs/collector/[OpenTelemetry Collector] is a
88
When you run {agent} in `otel` mode it supports the standard OTel Collector configuration format that defines a set of receivers, processors, exporters, and connectors. Logs, metrics, and traces can be ingested using OpenTelemetry data formats.
99

1010
For a full overview and steps to configure {agent} in `otel` mode, including a guided onboarding, refer to the link:https://github.com/elastic/opentelemetry/tree/main[Elastic Distributions for OpenTelemetry] repository in GitHub. You can also check the <<elastic-agent-otel-command,`elastic-agent otel` command>> in the {fleet} and {agent} Command reference.
11+
12+
If you have a currently running {agent} you can <<otel-agent-transform,transform it to run as an OTel Collector>>.

docs/en/ingest-management/index.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ include::elastic-agent/configuration/env/container-envs.asciidoc[leveloffset=+3]
7171

7272
include::elastic-agent/otel-agent.asciidoc[leveloffset=+2]
7373

74+
include::elastic-agent/otel-agent-transform.asciidoc[leveloffset=+2]
75+
7476
include::elastic-agent/elastic-agent-unprivileged-mode.asciidoc[leveloffset=+2]
7577

7678
include::elastic-agent/install-agent-msi.asciidoc[leveloffset=+2]

0 commit comments

Comments
 (0)