Fluent Bit is a log shipping tool. This means that it is a service that collects logs from a device and sends them to an external storage.
In Fluent Bit’s Settings, you specify a source of the logs you need, for example, logs of a specific service, internal storage, TCP port, or OS events. You must indicate a destination for log export—Gcore’s Logging servers. After that, Fluent Bit works automatically: Once a required log is recorded in the system, the log shipper transfers it to our storage, and the log appears on OpenSearch Dashboards.
Fluent Bit’s official documentation provides up-to-date installation guides for different operating systems. Open this link and select your OS. Simply follow the steps in the relevant installation manual.
The Fluent Bit configuration file consists of two sections: INPUT
and OUTPUT
. INPUT
determines the source of the logs you need to collect, and OUTPUT
indicates the destination where they will be sent. Here’s how to set up the configuration file correctly:
fluent-bit.conf
file and add the following data:Customize the highlighted values:
For more information on how to add INPUT
for different log sources, go to the "Input" section of the Fluent Bit documentation and click the log source you need.
For example, if you want to gather logs from a specific file, open the guide for Tail. Tail is a utility on UNIX-like systems used to display the tail end of a file. It helps Fluent Bit to read changes in the log file. You need to fill in the INPUT
so that it corresponds with Tail.
Save the changes in the fluent-bit.conf
file.
Restart Fluent Bit, and it will begin sending logs to the Gcore Managed Logging.
Some services (for example, nginx) transmit timestamps of logs in a non-standard format. In this case, OpenSearch Dashboards will show logs without their date and time. If this happens, copy the string below to the OUTPUT
section. This will ensure that Fluent Bit forwards date and time in a different format that is suitable for services like nginx.
timestamp_format iso8601
Was this article helpful?
Discover our offerings, including virtual instances starting from 3.7 euro/mo, bare metal servers, AI Infrastructure, load balancers, Managed Kubernetes, Function as a Service, and Centralized Logging solutions.