Created
June 10, 2019 12:15
-
-
Save WhoAteDaCake/b4198b97b08e0a1efc7cc16e801145a2 to your computer and use it in GitHub Desktop.
Fluent debian
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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