Skip to content

Commit 0253119

Browse files
committed
Fixing links
Signed-off-by: Lynette Miles <[email protected]>
1 parent 9d0851e commit 0253119

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

administration/configuring-fluent-bit/yaml.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ Configuring Fluent Bit with YAML introduces the following root-level sections:
2626

2727
To access detailed configuration guides for each section, use the following links:
2828

29-
- [Service Section documentation](service-section.md)
29+
- [Service Section documentation](./yaml/service-section.md)
3030
- Overview of global settings, configuration options, and examples.
31-
- [Parsers Section documentation](parsers-section.md)
31+
- [Parsers Section documentation](./yaml/parsers-section.md)
3232
- Detailed guide on defining parsers and supported formats.
33-
- [Multiline Parsers Section documentation](multiline-parsers-section.md)
33+
- [Multiline Parsers Section documentation](./yaml/multiline-parsers-section.md)
3434
- Explanation of multiline parsing configuration.
35-
- [Pipeline Section documentation](pipeline-section.md)
35+
- [Pipeline Section documentation](./yaml/pipeline-section.md)
3636
- Details on setting up pipelines and using processors.
37-
- [Plugins Section documentation](plugins-section.md)
37+
- [Plugins Section documentation](./yaml/plugins-section.md)
3838
- How to load external plugins.
39-
- [Upstream Servers Section documentation](upstream-servers-section.md)
39+
- [Upstream Servers Section documentation](./yaml/upstream-servers-section.md)
4040
- Guide on setting up and using upstream nodes with supported plugins.
41-
- [Environment Variables Section documentation](environment-variables-section.md)
41+
- [Environment Variables Section documentation](./yaml/environment-variables-section.md)
4242
- Information on setting environment variables and their scope within Fluent Bit.
43-
- [Includes Section documentation](includes-section.md)
43+
- [Includes Section documentation](./yaml/includes-section.md)
4444
- Description on how to include external YAML files.

installation/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The GPG Key fingerprint of the old key is:
2929
F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A
3030
```
3131

32-
Refer to the [supported platform documentation](./../supported-platforms.md) to see which platforms are supported in each release.
32+
Refer to the [supported platform documentation](supported-platforms.md) to see which platforms are supported in each release.
3333

3434
## Migration to Fluent Bit
3535

installation/sources/build-with-static-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following steps assume you are familiar with configuring Fluent Bit using te
1212

1313
#### Configuration directory
1414

15-
In your file system, prepare a specific directory that will be used as an entry point for the build system to lookup and parse the configuration files. This directory must contain a minimum of one configuration file, called `fluent-bit.conf`, that contains the required [`SERVICE`](/administration/configuring-fluent-bit/yaml/service-section.md), [`INPUT`](../../pipeline/input.md), and [`OUTPUT`](../../pipeline/output.md) sections.
15+
In your file system, prepare a specific directory that will be used as an entry point for the build system to lookup and parse the configuration files. This directory must contain a minimum of one configuration file, called `fluent-bit.conf`, that contains the required [`SERVICE`](/administration/configuring-fluent-bit/yaml/service-section.md), [`INPUT`](../../pipeline/inputs.md), and [`OUTPUT`](../../pipeline/outputs.md) sections.
1616

1717
As an example, create a new `fluent-bit.yaml` file or `fluent-bit.conf` file:
1818

pipeline/outputs/logdna.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This plugin uses the following configuration parameters:
1818
| `tags` | A list of comma-separated strings to group records in LogDNA and simplify the query with filters. | _none_ |
1919
| `file` | Optional name of a file being monitored. This value is only set if the record doesn't contain a reference to it. | _none_ |
2020
| `app` | Name of the application. This value is automatically discovered on each record. If no value is found, the default value is used. | `Fluent Bit` |
21-
| `workers` | The number of [workers](../../administration/multithreading#outputs) to perform flush operations for this output. | `0` |
21+
| `workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` |
2222

2323
## Data discovery and enrichment
2424

pipeline/processors.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ Only [YAML configuration files](../../administration/configuring-fluent-bit/yaml
1414

1515
Fluent Bit offers the following processors:
1616

17-
- [Content modifier](content-modifier.md): Manipulate the content, metadata, and attributes of logs and traces.
18-
- [Labels](labels.md): Add, update, or delete metric labels.
19-
- [Metrics selector](metrics-selector.md): Choose which metrics to keep or discard.
20-
- [OpenTelemetry envelope](opentelemetry-envelope.md): Transform logs into an OpenTelemetry-compatible format.
21-
- [Sampling](sampling.md): Apply head or tail sampling to incoming traces.
22-
- [SQL](sql.md): Use SQL queries to extract log content.
17+
- [Content modifier](./processors/content-modifier.md): Manipulate the content, metadata, and attributes of logs and traces.
18+
- [Labels](./processors/labels.md): Add, update, or delete metric labels.
19+
- [Metrics selector](./processors/metrics-selector.md): Choose which metrics to keep or discard.
20+
- [OpenTelemetry envelope](./processors/opentelemetry-envelope.md): Transform logs into an OpenTelemetry-compatible format.
21+
- [Sampling](./processors/sampling.md): Apply head or tail sampling to incoming traces.
22+
- [SQL](./processors/sql.md): Use SQL queries to extract log content.
2323
- [Filters as processors](filters.md): Use filters as processors.
2424

2525
## Features
2626

2727
Compatible processors include the following features:
2828

29-
- [Conditional processing](conditional-processing.md): Selectively apply processors to logs based on the value of fields that those logs contain.
29+
- [Conditional processing](./processors/conditional-processing.md): Selectively apply processors to logs based on the value of fields that those logs contain.

0 commit comments

Comments
 (0)