You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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. Fluent Bit has been made with a strong focus on performance to allow the collection and processing of telemetry data from different sources without complexity.
14
10
15
11
## Features
16
12
17
13
- High performance: High throughput with low resources consumption
18
14
- Data parsing
19
-
- Convert your unstructured messages using our parsers:
15
+
- Convert your unstructured messages using Fluent Bit parsers:
20
16
[JSON](pipeline/parsers/json.md),
21
17
[Regex](pipeline/parsers/regular-expression.md),
22
18
[LTSV](pipeline/parsers/ltsv.md) and [Logfmt](pipeline/parsers/logfmt.md)
- Data analysis and prediction: Timeseries forecasting
41
+
- Data analysis and prediction: Time series forecasting
46
42
- Portable: Runs on Linux, macOS, Windows and BSD systems
47
43
48
44
## Fluent Bit, Fluentd and CNCF
49
45
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).
46
+
[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).
53
47
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.
48
+
Fluent Bit was originally created by [Eduardo Silva](https://www.linkedin.com/in/edsiper/) and is now sponsored by [Chronosphere](https://chronosphere.io/). As a CNCF-hosted project, it's a fully vendor-neutral and community-driven project.
0 commit comments