Install and Uninstall Bindplane Collectors

The Bindplane Collector can be installed on Linux, Mac, or Windows with a single-line install script.

Installation Script

NOTE

📘 Agent or Collector: What's the difference?

We often use the terms Agent and Collector interchangeably. When you see either throughout the product or the documentation, we're always referring to the Bindplane Collector

Uninstall The Bindplane Collector

On Linux, macOS, or Windows, run the following command to uninstall the collector.

Linux

sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.sh -r

macOS

sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_macos.sh)" install_macos.sh -r

Windows

(Get-WmiObject -Class Win32_Product -Filter "Name = 'observIQ Distro for OpenTelemetry Collector'").Uninstall()

Optionally, on Windows, you can uninstall the collector via the control panel. Simply follow the steps below.

  1. Navigate to the control panel, then to the "Uninstall a program" dialog.

  2. Locate the observIQ OpenTelemetry Collector entry, and select uninstall.

  3. Follow the wizard to complete the removal of the collector.

Last updated

Was this helpful?