Installation
Server GPG key
The first step is to add our server GPG key to your keyring to ensure you can get our signed packages.
curl https://packages.fluentbit.io/fluentbit.key | gpg --dearmor > /usr/share/keyrings/fluentbit-keyring.gpgUpdate your sources lists
On Ubuntu, you need to add our APT server entry to your sources lists, please run the following command to do that
echo "deb [signed-by=/usr/share/keyrings/fluentbit-keyring.gpg] https://packages.fluentbit.io/ubuntu/$(lsb_release -sc) $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/fluentbit.listUpdate your repositories database
Now let your system update the apt database:
Install Fluent Bit
Using the following apt-get command you are able now to install the latest fluent-bit:
Now the following step is to instruct systemd to enable the service:
If you do a status check with the following command,
you should see a similar output like this:
Refrence
Last updated