Skip to content

Instantly share code, notes, and snippets.

@WhoAteDaCake
Created June 10, 2019 12:15
Show Gist options
  • Save WhoAteDaCake/b4198b97b08e0a1efc7cc16e801145a2 to your computer and use it in GitHub Desktop.
Save WhoAteDaCake/b4198b97b08e0a1efc7cc16e801145a2 to your computer and use it in GitHub Desktop.
Fluent debian
wget -qO - https://packages.fluentbit.io/fluentbit.key | sudo apt-key add -
# Add new source
echo "deb https://packages.fluentbit.io/debian/stretch stretch main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install -y td-agent-bit
sudo systemctl start td-agent-bit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment