|
2 | 2 | description: High Performance Log and Metrics Processor |
3 | 3 | --- |
4 | 4 |
|
5 | | -# Fluent Bit v2.0 Documentation |
| 5 | +# Fluent Bit v2.1 Documentation |
6 | 6 |
|
7 | 7 |  |
8 | 8 |
|
9 | | -[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. |
| 9 | +[Fluent Bit](http://fluentbit.io) is a Fast and Lightweight **Telemetry Agent** for Logs, Metrics, and Traces for Linux, macOS, Windows, and BSD family operating systems. It has been made with a strong focus on performance to allow the collection and processing of telemetry data from different sources without complexity. |
10 | 10 |
|
11 | 11 | ## Features |
12 | 12 |
|
13 | | -* High Performance |
| 13 | +* High Performance: High throughput with low resources consumption |
14 | 14 | * Data Parsing |
15 | | - * Convert your unstructured messages using our parsers: [JSON](pipeline/parsers/json.md), [Regex](pipeline/parsers/regular-expression.md), [LTSV](pipeline/parsers/ltsv.md) and [Logfmt](pipeline/parsers/logfmt.md) |
16 | | -* Metrics Collection (Prometheus compatible) |
| 15 | + * Convert your unstructured messages using our parsers: [JSON](broken-reference), [Regex](broken-reference), [LTSV](broken-reference) and [Logfmt](broken-reference) |
| 16 | +* Metrics Support: Prometheus and OpenTelemetry compatible |
17 | 17 | * Reliability and Data Integrity |
18 | | - * [Backpressure](administration/backpressure.md) Handling |
19 | | - * [Data Buffering](administration/buffering-and-storage.md) in memory and file system |
| 18 | + * [Backpressure](broken-reference) Handling |
| 19 | + * [Data Buffering](broken-reference) in memory and file system |
20 | 20 | * Networking |
21 | 21 | * Security: built-in TLS/SSL support |
22 | 22 | * Asynchronous I/O |
23 | | -* Pluggable Architecture and [Extensibility](development/library\_api.md): Inputs, Filters and Outputs |
24 | | - * More than 80 built-in plugins available |
| 23 | +* Pluggable Architecture and [Extensibility](broken-reference): Inputs, Filters and Outputs |
| 24 | + * More than 100 built-in plugins are available |
25 | 25 | * Extensibility |
26 | 26 | * Write any input, filter or output plugin in C language |
27 | | - * WASM: [WASM Filter Plugins](development/wasm-filter-plugins.md) or [WASM Input Plugins](development/wasm-input-plugins.md) |
28 | | - * Bonus: write [Filters in Lua](pipeline/filters/lua.md) or [Output plugins in Golang](development/golang-output-plugins.md) |
29 | | -* [Monitoring](administration/monitoring.md): expose internal metrics over HTTP in JSON and [Prometheus](https://prometheus.io/) format |
30 | | -* [Stream Processing](stream-processing/introduction.md): Perform data selection and transformation using simple SQL queries |
| 27 | + * WASM: [WASM Filter Plugins](broken-reference) or [WASM Input Plugins](broken-reference) |
| 28 | + * Bonus: write [Filters in Lua](broken-reference) or [Output plugins in Golang](broken-reference) |
| 29 | +* [Monitoring](broken-reference): expose internal metrics over HTTP in JSON and [Prometheus](https://prometheus.io/) format |
| 30 | +* [Stream Processing](broken-reference): Perform data selection and transformation using simple SQL queries |
31 | 31 | * Create new streams of data using query results |
32 | 32 | * Aggregation Windows |
33 | 33 | * Data analysis and prediction: Timeseries forecasting |
34 | 34 | * Portable: runs on Linux, macOS, Windows and BSD systems |
35 | 35 |
|
36 | 36 | ## Fluent Bit, Fluentd and CNCF |
37 | 37 |
|
38 | | -[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. |
| 38 | +[Fluent Bit](http://fluentbit.io) is a [CNCF](https://cncf.io) **graduated** 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).  |
| 39 | + |
| 40 | +Fluent Bit was originally created by [Eduardo Silva](https://www.linkedin.com/in/edsiper/); as a CNCF-hosted project is a fully **vendor-neutral** and community-driven project. |
0 commit comments