# Fluent Bit v1.9 Documentation

![](https://2011346993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpQx3Sex1V1mpQ54zINRe%2Fuploads%2Fgit-blob-c37f8a571ae2da6f97ea3658e91f0bfcc7a203c7%2Flogo_documentation_1.9.png?alt=media\&token=1ae4f60d-0a31-474d-9699-d497f7f4c708)

[Fluent Bit](http://fluentbit.io) is a Fast and Lightweight Logs and Metrics Processor and Forwarder for Linux, OSX, Windows and BSD family operating systems. It has been made with a strong focus on performance to allow the collection of events from different sources without complexity.

## Features

* High Performance
* Data Parsing
  * Convert your unstructured messages using our parsers: [JSON](https://docs.fluentbit.io/manual/1.9/pipeline/parsers/json), [Regex](https://docs.fluentbit.io/manual/1.9/pipeline/parsers/regular-expression), [LTSV](https://docs.fluentbit.io/manual/1.9/pipeline/parsers/ltsv) and [Logfmt](https://docs.fluentbit.io/manual/1.9/pipeline/parsers/logfmt)
* Metrics Collection (Prometheus compatible)
* Reliability and Data Integrity
  * [Backpressure](https://docs.fluentbit.io/manual/1.9/administration/backpressure) Handling
  * [Data Buffering](https://docs.fluentbit.io/manual/1.9/administration/buffering-and-storage) in memory and file system
* Networking
  * Security: built-in TLS/SSL support
  * Asynchronous I/O
* Pluggable Architecture and [Extensibility](https://docs.fluentbit.io/manual/1.9/development/library_api): Inputs, Filters and Outputs
  * More than 80 built-in plugins available
  * Extensibility
    * Write any input, filter or output plugin in C language
    * Bonus: write [Filters in Lua](https://docs.fluentbit.io/manual/1.9/pipeline/filters/lua) or [Output plugins in Golang](https://docs.fluentbit.io/manual/1.9/development/golang-output-plugins)
* [Monitoring](https://docs.fluentbit.io/manual/1.9/administration/monitoring): expose internal metrics over HTTP in JSON and [Prometheus](https://prometheus.io/) format
* [Stream Processing](https://docs.fluentbit.io/manual/1.9/stream-processing/introduction): Perform data selection and transformation using simple SQL queries
  * Create new streams of data using query results
  * Aggregation Windows
  * Data analysis and prediction: Timeseries forecasting
* Portable: runs on Linux, MacOS, Windows and BSD systems

## Fluent Bit, Fluentd and CNCF

[Fluent Bit](http://fluentbit.io) is a [CNCF](https://cncf.io) sub-project under the umbrella of [Fluentd](http://fluentd.org), it's licensed under the terms of the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0). This project was originally created by [Treasure Data](https://www.treasuredata.com) and is currently a **vendor neutral** and community driven project.
