Skip to content

coxnegative/fluent-bit

 
 

Repository files navigation

Fluent Bit

Fluent Bit is an events collector for Linux, Embedded Linux, OSX and BSD family operating systems. It's part of the Fluentd project ecosystem, it allows to collects information from different sources, package and dispatch them to different outputs such as Fluentd. It have a strong focus on Embedded & IoT environments.

Features

Fluent Bit support the following features through plugins:

Input plugins

name option description
CPU cpu gather CPU usage between snapshots of one second. It support multiple cores
Memory mem usage of system memory
MQTT mqtt start a MQTT server and receive publish messages
Kernel Ring Buffer kmsg read Linux Kernel messages, same behavior as the dmesg command line program
Serial Port serial read from serial port
Standard Input stdin read from the standard input
XBee xbee listen for incoming messages over a Xbee device

Output Plugins

name option description
Fluentd fluentd://host:port flush content to a Fluentd service. On the Fluentd side, it requires an in_forward.
Standard Output stdout prints the collected data to standard output stream
Treasure Data td flush records to Treasure Data service (cloud analytics)

Documentation

The official documentation of Fluent Bit can be found in the following site:

http://fluentbit.io/documentation

Or you can browse directly on this repository here

Contributing

In order to contribute to the project please refer to the CONTRIBUTING guidelines.

Contact

Feel free to join us on our Mailing List or IRC:

License

This program is under the terms of the Apache License v2.0.

Authors

Fluent Bit is made and sponsored by Treasure Data among other contributors.

About

Data Collector for IoT & Embedded Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 70.6%
  • C++ 19.1%
  • Shell 5.5%
  • HTML 1.3%
  • Roff 0.8%
  • CMake 0.7%
  • Other 2.0%