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
* High Performance: High throughput with low resources consumption
18
-
* Data Parsing
19
-
* 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)
20
-
* Metrics Support: Prometheus and OpenTelemetry compatible
- 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
39
47
40
48
## Fluent Bit, Fluentd and CNCF
41
49
42
-
[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).
43
53
44
54
Fluent Bit was originally created by [Eduardo Silva](https://www.linkedin.com/in/edsiper/)
45
55
and is now sponsored by [Chronosphere](https://chronosphere.io/). As a
46
-
CNCF-hosted project, it is a fully **vendor-neutral** and community-driven
47
-
project.
56
+
CNCF-hosted project, it is a fully vendor-neutral and community-driven project.
0 commit comments