Install and Uninstall Bindplane Collectors
The Bindplane Collector can be installed on Linux, Mac, or Windows with a single-line install script.
Installation Script
IMPORTANT
🚧 Install Collectors from Bindplane
To install the collector, you should get the installation script from Bindplane as outlined in Install Your First Collector. Doing so ensures the collector instantly connects to Bindplane and can be managed without additional configuration.
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.
Navigate to the control panel, then to the "Uninstall a program" dialog.
Locate the
observIQ OpenTelemetry Collector
entry, and select uninstall.Follow the wizard to complete the removal of the collector.
IMPORTANT
🚧 Data that persists after uninstalling
The collectors configuration files and log files are not removed when a collector is uninstalled. If you will not be re-installing the collector at a later time you may want to remove this folder. It will contain log files, the Bindplane configuration yaml, and any queue storage. Those files are located at /opt/observiq-otel-collector
on Linux and C:\Program Files\observIQ OpenTelemetry Collector
on Windows.
Last updated
Was this helpful?