Curious about what the script does?
- Installs Vector using official package.
- Configures Vector for your Better Stack source.
- Enables and restarts Vector.
The script will ask for confirmation before making any changes.
Collect logs and metrics from your Docker containers using Vector.
Select your platform:
Allow Vector to access Docker logs:
usermod -a -G docker vector
Install and configure Vector on Ubuntu or Debian:
curl -sSL https://logs.betterstack.com/setup-vector/docker/$SOURCE_TOKEN \
-o /tmp/setup-vector.sh && \
bash /tmp/setup-vector.sh
Curious about what the script does?
The script will ask for confirmation before making any changes.
You should see your logs in Better Stack → Live tail .
Check out your metrics in the Docker dashboard .
Check out our comprehensive Docker logging tutorial to learn more about production log management for container and daemon logs.
Please let us know at hello@betterstack.com.
We're happy to help! 🙏