Install Fluent Bit on your server.
Install and configure Fluent Bit input plugins.
Modify your Fluent Bit output configuration to send logs to Better Stack:
[SERVICE]
flush 1
[INPUT]
name tail
path /var/log/syslog
[OUTPUT]
name http
match *
tls On
host $INGESTING_HOST
port 443
uri /fluentbit
header Authorization Bearer $SOURCE_TOKEN
header Content-Type application/msgpack
format msgpack
retry_limit 5
Restart the Fluent Bit service to reload the configuration:
sudo systemctl restart fluent-bit
You should see your logs in Logs → Live tail.
Please let us know at hello@betterstack.com.
We're happy to help! 🙏
Want to learn more about configuring Fluent Bit inputs and outputs?
Check out the official documentation.
We use cookies to authenticate users, improve the product user experience, and for personalized ads. Learn more.