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: installation/sources/build-with-static-configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The following steps assume you are familiar with configuring Fluent Bit using te
12
12
13
13
#### Configuration directory
14
14
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.
16
16
17
17
As an example, create a new `fluent-bit.yaml` file or `fluent-bit.conf` file:
Copy file name to clipboardExpand all lines: pipeline/outputs/logdna.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This plugin uses the following configuration parameters:
18
18
|`tags`| A list of comma-separated strings to group records in LogDNA and simplify the query with filters. |_none_|
19
19
|`file`| Optional name of a file being monitored. This value is only set if the record doesn't contain a reference to it. |_none_|
20
20
|`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`|
Copy file name to clipboardExpand all lines: pipeline/processors.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,16 @@ Only [YAML configuration files](../../administration/configuring-fluent-bit/yaml
14
14
15
15
Fluent Bit offers the following processors:
16
16
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.
23
23
-[Filters as processors](filters.md): Use filters as processors.
24
24
25
25
## Features
26
26
27
27
Compatible processors include the following features:
28
28
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