Skip to content

Commit a988f18

Browse files
edsipergitbook-bot
authored andcommitted
GITBOOK-6: No subject
1 parent 4561699 commit a988f18

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,39 @@
22
description: High Performance Log and Metrics Processor
33
---
44

5-
# Fluent Bit v2.0 Documentation
5+
# Fluent Bit v2.1 Documentation
66

77
![](.gitbook/assets/logo\_documentation\_2.0.png)
88

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.![](https://static.scarf.sh/a.png?x-pxid=71f0e011-761f-4c6f-9a89-38817887faae)
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.![](https://static.scarf.sh/a.png?x-pxid=71f0e011-761f-4c6f-9a89-38817887faae)
1010

1111
## Features
1212

13-
* High Performance
13+
* High Performance: High throughput with low resources consumption
1414
* 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
1717
* 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
2020
* Networking
2121
* Security: built-in TLS/SSL support
2222
* 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
2525
* Extensibility
2626
* 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
3131
* Create new streams of data using query results
3232
* Aggregation Windows
3333
* Data analysis and prediction: Timeseries forecasting
3434
* Portable: runs on Linux, macOS, Windows and BSD systems
3535

3636
## Fluent Bit, Fluentd and CNCF
3737

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

Comments
 (0)