
Don't see any logs?
Check status of Vector service: systemctl status vector
Collect logs from your Docker containers using Vector.
Install Vector.
Download Vector configuration for your source:
wget -O ->> /etc/vector/vector.toml \
https://logs.betterstack.com/vector-toml/docker/$SOURCE_TOKEN
Allow Vector to access Docker logs:
usermod -a -G docker vector
Restart Vector to reload the configuration:
systemctl restart vector
You should see your logs in Better Stack -> Live tail.
Check status of Vector service: systemctl status vector
Please let us know at hello@betterstack.com.
We're happy to help! 🙏