|
2 | 2 | description: High Performance Telemetry Agent for Logs, Metrics and Traces |
3 | 3 | --- |
4 | 4 |
|
5 | | -# Fluent Bit v3.0 Documentation |
| 5 | +# Fluent Bit v3.2 Documentation |
6 | 6 |
|
7 | | -<figure><img src=".gitbook/assets/3.0.png" alt=""><figcaption></figcaption></figure> |
| 7 | +<figure><img src=".gitbook/assets/3.1.png" alt=""><figcaption></figcaption></figure> |
8 | 8 |
|
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. |
| 9 | +[Fluent Bit](http://fluentbit.io) is a fast and lightweight telemetry agent |
| 10 | +for logs, metrics, and traces for Linux, macOS, Windows, and BSD family |
| 11 | +operating systems. Fluent Bit has been made with a strong focus on performance to allow |
| 12 | +the collection and processing of telemetry data from different sources without |
| 13 | +complexity. |
10 | 14 |
|
11 | 15 | ## Features |
12 | 16 |
|
13 | | -* High Performance: High throughput with low resources consumption |
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 Support: Prometheus and OpenTelemetry compatible |
17 | | -* Reliability and Data Integrity |
18 | | - * [Backpressure](administration/backpressure.md) Handling |
19 | | - * [Data Buffering](administration/buffering-and-storage.md) in memory and file system |
20 | | -* Networking |
21 | | - * Security: built-in TLS/SSL support |
22 | | - * Asynchronous I/O |
23 | | -* Pluggable Architecture and [Extensibility](development/library_api.md): Inputs, Filters and Outputs |
24 | | - * Connect nearly any source to nearly any destination using preexisting plugins |
25 | | - * Extensibility |
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 |
31 | | - * Create new streams of data using query results |
32 | | - * Aggregation Windows |
33 | | - * Data analysis and prediction: Timeseries forecasting |
34 | | -* Portable: runs on Linux, macOS, Windows and BSD systems |
| 17 | +- High performance: High throughput with low resources consumption |
| 18 | +- Data parsing |
| 19 | + - Convert your unstructured messages using our parsers: |
| 20 | + [JSON](pipeline/parsers/json.md), |
| 21 | + [Regex](pipeline/parsers/regular-expression.md), |
| 22 | + [LTSV](pipeline/parsers/ltsv.md) and [Logfmt](pipeline/parsers/logfmt.md) |
| 23 | +- Metrics support: Prometheus and OpenTelemetry compatible |
| 24 | +- Reliability and data integrity |
| 25 | + - [Backpressure](administration/backpressure.md) handling |
| 26 | + - [Data buffering](administration/buffering-and-storage.md) in memory and file system |
| 27 | +- Networking |
| 28 | + - Security: Built-in TLS/SSL support |
| 29 | + - Asynchronous I/O |
| 30 | +- Pluggable architecture and [extensibility](development/library_api.md): Inputs, |
| 31 | + Filters and Outputs: |
| 32 | + - Connect nearly any source to nearly any destination using preexisting plugins |
| 33 | + - Extensibility: |
| 34 | + - Write input, filter, or output plugins in the C language |
| 35 | + - WASM: [WASM Filter Plugins](development/wasm-filter-plugins.md) or |
| 36 | + [WASM Input Plugins](development/wasm-input-plugins.md) |
| 37 | + - Write [Filters in Lua](pipeline/filters/lua.md) or |
| 38 | + [Output plugins in Golang](development/golang-output-plugins.md) |
| 39 | +- [Monitoring](administration/monitoring.md): Expose internal metrics over HTTP |
| 40 | + in JSON and [Prometheus](https://prometheus.io/) format |
| 41 | +- [Stream Processing](stream-processing/introduction.md): Perform data selection |
| 42 | + and transformation using simple SQL queries |
| 43 | + - Create new streams of data using query results |
| 44 | + - Aggregation windows |
| 45 | + - Data analysis and prediction: Timeseries forecasting |
| 46 | +- Portable: Runs on Linux, macOS, Windows and BSD systems |
35 | 47 |
|
36 | 48 | ## Fluent Bit, Fluentd and CNCF |
37 | 49 |
|
38 | | -[Fluent Bit](http://fluentbit.io) is a [CNCF](https://cncf.io) **graduated** sub-project under the umbrella of [Fluentd](http://fluentd.org). Fluent Bit is licensed under the terms of the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0). |
| 50 | +[Fluent Bit](http://fluentbit.io) is a [CNCF](https://cncf.io) graduated sub-project |
| 51 | +under the umbrella of [Fluentd](http://fluentd.org). Fluent Bit is licensed under |
| 52 | +the terms of the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0). |
39 | 53 |
|
40 | | -Fluent Bit was originally created by [Eduardo Silva](https://www.linkedin.com/in/edsiper/). As a CNCF-hosted project, it is a fully **vendor-neutral** and community-driven project. |
| 54 | +Fluent Bit was originally created by [Eduardo Silva](https://www.linkedin.com/in/edsiper/) |
| 55 | +and is now sponsored by [Chronosphere](https://chronosphere.io/). As a |
| 56 | +CNCF-hosted project, it is a fully vendor-neutral and community-driven project. |
0 commit comments