Add a new file to your rsyslog config rules called 60-fluent-bit.conf inside the directory /etc/rsyslog.d/ and add the following content:
action(type="omfwd" Target="127.0.0.1" Port="5140" Protocol="tcp")
then make sure to restart your rsyslog daemon:
sudo service rsyslog restart
Fluent Bit's syslog input manual for rsyslog configurationarrow-up-right
Last updated 1 year ago