-
Notifications
You must be signed in to change notification settings - Fork 546
Correcting 404 links per report #2322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ description: High Performance Telemetry Agent for Logs, Metrics and Traces | |
|
|
||
| <figure><img src=".gitbook/assets/fluent_bit_logo.png" alt=""><figcaption></figcaption></figure> | ||
|
|
||
| [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. | ||
| [Fluent Bit](https://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. | ||
|
|
||
| ## Features | ||
|
|
||
|
|
@@ -39,7 +39,7 @@ For more details about changes in each release, refer to the [official release n | |
|
|
||
| ## Fluent Bit, Fluentd, and CNCF | ||
|
|
||
| Fluent Bit is a [CNCF](https://cncf.io) graduated sub-project under the umbrella of [Fluentd](http://fluentd.org). | ||
| Fluent Bit is a [CNCF](https://cncf.io) graduated sub-project under the umbrella of [Fluentd](https://fluentd.org). | ||
|
||
|
|
||
| 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. | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -52,7 +52,7 @@ | |
|
|
||
| ## Config input | ||
|
|
||
| The `INPUT` section defines a source (related to an input plugin). Each [input plugin](https://docs.fluentbit.io/manual/pipeline/inputs) can add its own configuration keys: | ||
| The `INPUT` section defines a source (related to an input plugin). Each [input plugin](../../../pipeline/inputs.md) can add its own configuration keys: | ||
|
|
||
| | Key | Description | | ||
| | ----------- | ------------| | ||
|
|
@@ -160,4 +160,5 @@ | |
|
|
||
| Files matching the wildcard character are included unsorted. If plugin ordering between files needs to be preserved, the files should be included explicitly. | ||
|
|
||
| Environment variables aren't supported in includes section. The file path must be specified as a literal string. | ||
| Environment variables aren't supported in includes section. The file path must be | ||
|
Check warning on line 163 in administration/configuring-fluent-bit/classic-mode/configuration-file.md
|
||
| specified as a literal string. | ||
|
||
Uh oh!
There was an error while loading. Please reload this page.