Skip to content

Commit 984d86b

Browse files
Merge pull request #1644 from fluent/alexakreizinger/sc-135356/remove-version-info-from-title-and-image
2 parents c96b784 + da19feb commit 984d86b

File tree

3 files changed

+10
-18
lines changed

3 files changed

+10
-18
lines changed

.gitbook/assets/fluent_bit_logo.png

193 KB
Loading

README.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,38 @@
22
description: High Performance Telemetry Agent for Logs, Metrics and Traces
33
---
44

5-
# Fluent Bit v4.0 Documentation
5+
# Fluent Bit Documentation
66

7-
<figure><img src=".gitbook/assets/4.0.png" alt=""><figcaption></figcaption></figure>
7+
<figure><img src=".gitbook/assets/fluent_bit_logo.png" alt=""><figcaption></figcaption></figure>
88

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

1111
## Features
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

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Table of contents
22

3-
* [Fluent Bit v4.0 Documentation](README.md)
3+
* [Fluent Bit Documentation](README.md)
44

55
## About
66

0 commit comments

Comments
 (0)