Loading

OTLP Receiver OpenTelemetry Input Package

Version 0.2.0 (View all)
Subscription level
What's this?
Basic
Developed by
What's this?
Elastic
Minimum Kibana version(s) 9.4.0
The OTLP Receiver OpenTelemetry Input Package integration v0.2.0 is in technical preview

To use pre-release integrations, go to the Integrations page in Kibana, scroll down, and toggle on the Display beta integrations option.

The OTLP Receiver OpenTelemetry Input Package enables Elastic Agent to receive logs, metrics, and traces using the OpenTelemetry Protocol (OTLP) over gRPC and HTTP. This allows Elastic Agent to function as a managed OpenTelemetry Collector, accepting telemetry from any OTLP-compatible SDK or collector.

The package uses the upstream OTLP Receiver from the OpenTelemetry Collector.

This package configures the OTLP receiver in the EDOT (Elastic Distribution of OpenTelemetry) Collector managed by Elastic Agent. The receiver listens for incoming OTLP data on two endpoints:

  • gRPC on localhost:4317 (default)
  • HTTP on localhost:4318 (default)

Incoming telemetry is processed and forwarded to Elasticsearch for indexing and analysis.

Signal Default Description
Logs Enabled Log records from applications and infrastructure
Metrics Enabled Metric data points and time series
Traces Enabled Distributed traces and spans

For a complete list of configurations refer to the OTLP Receiver documentation.