Configuring Fluent-Bit to Support Remote Forwarding

You can configure Fluent-Bit to send logs to the remote cluster.

To configure Fluent-Bit to support remote forwarding, use the following configuration:

configure 
  logging fluent host remote_cluster_ip 
  logging fluent port remote_cluster_port 
  logging fluent protocol forward 

NOTES:

  • logging fluent host remote-cluster-ip —Specify the Fluent-Bit host information.

  • logging fluent port remote-cluster-port —Specify the Fluent-Bit port information.

  • logging fluent protocol outbound_protocol —Specify the outbound protocol.