Download Elastic Agent
The Elastic Agent package includes a separate otelcol binary that runs the OpenTelemetry Collector components.
The following table contains direct download links for the latest version for different operating systems and architectures.
| Platform | Architecture | Download link |
|---|---|---|
| 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) |
| Windows | x86_64 | Download (Zip) |
| macOS | x86_64 | Download (Tar.gz) |
| macOS | aarch64 | Download (Tar.gz) |
After you've downloaded and uncompressed the file, you can start Elastic Agent 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, replace 9.5.0 with the version you want to download.