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
Copy file name to clipboardExpand all lines: README.md
+7-15Lines changed: 7 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,36 +12,28 @@ description: High Performance Telemetry Agent for Logs, Metrics and Traces
12
12
13
13
- High performance: High throughput with low resources consumption
14
14
- Data parsing
15
-
- Convert your unstructured messages using Fluent Bit parsers:
16
-
[JSON](pipeline/parsers/json.md),
17
-
[Regex](pipeline/parsers/regular-expression.md),
18
-
[LTSV](pipeline/parsers/ltsv.md) and [Logfmt](pipeline/parsers/logfmt.md)
15
+
- Convert your unstructured messages using Fluent Bit parsers: [JSON](pipeline/parsers/json.md), [Regex](pipeline/parsers/regular-expression.md), [LTSV](pipeline/parsers/ltsv.md) and [Logfmt](pipeline/parsers/logfmt.md)
19
16
- Metrics support: Prometheus and OpenTelemetry compatible
- Write [Filters in Lua](pipeline/filters/lua.md) or
34
-
[Output plugins in Golang](development/golang-output-plugins.md)
35
-
-[Monitoring](administration/monitoring.md): Expose internal metrics over HTTP
36
-
in JSON and [Prometheus](https://prometheus.io/) format
37
-
-[Stream Processing](stream-processing/introduction.md): Perform data selection
38
-
and transformation using simple SQL queries
27
+
- WASM: [WASM Filter Plugins](development/wasm-filter-plugins.md) or [WASM Input Plugins](development/wasm-input-plugins.md)
28
+
- 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
39
31
- Create new streams of data using query results
40
32
- Aggregation windows
41
33
- Data analysis and prediction: Time series forecasting
42
34
- Portable: Runs on Linux, macOS, Windows and BSD systems
43
35
44
-
## Fluent Bit, Fluentd and CNCF
36
+
## Fluent Bit, Fluentd, and CNCF
45
37
46
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).
0 commit comments