Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add placeholder for 'transform to OTel Collector' docs #1550

Merged
merged 3 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[[otel-agent-transform]]
== Transform an installed {agent} to run as an OTel Collector

preview::[]

If you have a currently installed {agent}, you change it to run as an <<otel-agent,OTel Collector>>.

To transform {agent} to an OTel Collector:

. Some instruction.

. Some other instruction. Run the `elastic-agent -transform-otel` command:
+
[source,shell]
----
elastic-agent -switch-me-to-otel-please
----



2 changes: 2 additions & 0 deletions docs/en/ingest-management/elastic-agent/otel-agent.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ The link:https://opentelemetry.io/docs/collector/[OpenTelemetry Collector] is a
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.

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.

// If you have a currently running {agent} you can <<otel-agent-transform,transform it to run as an OTel Collector>>.
2 changes: 2 additions & 0 deletions docs/en/ingest-management/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ include::elastic-agent/configuration/env/container-envs.asciidoc[leveloffset=+3]

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

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

include::elastic-agent/elastic-agent-unprivileged-mode.asciidoc[leveloffset=+2]

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