Skip to content

Commit da19feb

Browse files
fix line wraps
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 3fb5faf commit da19feb

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

README.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,28 @@ description: High Performance Telemetry Agent for Logs, Metrics and Traces
1212

1313
- High performance: High throughput with low resources consumption
1414
- 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)
1916
- Metrics support: Prometheus and OpenTelemetry compatible
2017
- Reliability and data integrity
2118
- [Backpressure](administration/backpressure.md) handling
2219
- [Data buffering](administration/buffering-and-storage.md) in memory and file system
2320
- Networking
2421
- Security: Built-in TLS/SSL support
2522
- Asynchronous I/O
26-
- Pluggable architecture and [extensibility](development/library_api.md): Inputs,
27-
Filters and Outputs:
23+
- Pluggable architecture and [extensibility](development/library_api.md): Inputs, Filters and Outputs:
2824
- Connect nearly any source to nearly any destination using preexisting plugins
2925
- Extensibility:
3026
- Write input, filter, or output plugins in the C language
31-
- WASM: [WASM Filter Plugins](development/wasm-filter-plugins.md) or
32-
[WASM Input Plugins](development/wasm-input-plugins.md)
33-
- 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
3931
- Create new streams of data using query results
4032
- Aggregation windows
4133
- Data analysis and prediction: Time series forecasting
4234
- Portable: Runs on Linux, macOS, Windows and BSD systems
4335

44-
## Fluent Bit, Fluentd and CNCF
36+
## Fluent Bit, Fluentd, and CNCF
4537

4638
[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).
4739

0 commit comments

Comments
 (0)