Download the EDOT Collector
Serverless Observability Stack EDOT Collector
The Elastic Distribution of OpenTelemetry (EDOT) Collector is embedded in the Elastic Agent package as a separate binary that invokes OpenTelemetry Collector components.
The following table contains direct download links for the latest EDOT Collector version for different operating systems and architectures.
| Platform | Architecture | Download link |
|---|---|---|
| Windows | x86_64 | Download (Zip) |
| macOS | x86_64 | Download (Tar.gz) |
| macOS | aarch64 | Download (Tar.gz) |
| Linux | x86_64 | Download (Tar.gz) |
| Linux | aarch64 | Download (Tar.gz) |
| Linux (DEB) | x86_64 | Download (Deb) |
| Linux (DEB) | aarch64 | Download (Deb) |
| Linux (RPM) | x86_64 | Download (Rpm) |
| Linux (RPM) | aarch64 | Download (Rpm) |
After you've downloaded and uncompressed the file, you can get EDOT Collector running with the following command:
sudo ./otelcol --config otel.yml
For specific configuration, refer to the Quickstart guides or refer to Configuration.
Tip
To download a specific version of the EDOT Collector, replace 9.2.0 with the version you want to download.