Skip to content
Open
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
6 changes: 4 additions & 2 deletions reference/fleet/otel-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ When the integration policy for the input package is created, {{fleet}} creates

On the OpenTelemetry input package's **Configs** page, you can view a generated sample configuration, which you can use as a starting point to set up the integration on a standalone {{agent}}.

This is a partial configuration because it doesn't include an exporter component. For more information on setting up the exporter, refer to [{{es}} exporter](elastic-agent://reference/edot-collector/components/elasticsearchexporter.md).
This is a partial configuration because it doesn't include an exporter component. OpenTelemetry input packages support sending data using the {{es}} output. For more information on setting up the exporter, refer to [{{es}} exporter](elastic-agent://reference/edot-collector/components/elasticsearchexporter.md).

:::{note}
Currently, OpenTelemetry input packages only support sending data using the {{es}} output.
:applies_to: {serverless: preview, stack: preview 9.5+}

The [remote {{es}} output](/reference/fleet/remote-elasticsearch-output.md) is also supported as an exporter target.
:::

Only {{agents}} on version 9.2 or later can collect OTel data using OpenTelemetry input packages. OpenTelemetry input packages added to an agent policy do not affect enrolled agents on prior versions.
Expand Down
6 changes: 6 additions & 0 deletions reference/fleet/remote-elasticsearch-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Both the management cluster (where you configure {{fleet}}) and the remote clust

A remote {{es}} cluster supports the same [output settings](/reference/fleet/es-output-settings.md) as your management {{es}} cluster.

:::{note}
:applies_to: {serverless: preview, stack: preview 9.5+}

The remote {{es}} output can also serve as the exporter target for [OpenTelemetry input packages](/reference/fleet/otel-integrations.md) managed by {{fleet}}.
:::

## Limitations [remote-output-limitations]

These limitations apply to remote {{es}} output:
Expand Down
Loading