Skip to content

Commit 4a1f678

Browse files
committed
Fluent: docs: correcting links
Signed-off-by: Lynette Miles <[email protected]>
1 parent 3e81480 commit 4a1f678

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

concepts/key-concepts.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ with a nested array as the first element:
5151
where
5252

5353
- _`TIMESTAMP`_ is a timestamp in seconds as an integer or floating point value
54-
(not a string)
55-
- _`METADATA`_ is a possibly empty object containing event metadata
56-
- _`MESSAGE`_ is an object containing the event body
54+
(not a string).
55+
- _`METADATA`_ is a possibly empty object containing event metadata.
56+
- _`MESSAGE`_ is an object containing the event body.
5757

5858
Fluent Bit versions prior to v2.1.0 used:
5959

@@ -67,7 +67,7 @@ streams.
6767
## Filtering
6868

6969
You might need to perform modifications on the Event's content. The process to alter,
70-
append to, or drop Events is called [_filtering_](pipeline/filters.md).
70+
append to, or drop Events is called [_filtering_](concepts/data-pipeline/filters.md).
7171

7272
Use filtering to:
7373

@@ -79,11 +79,11 @@ Use filtering to:
7979

8080
Every Event ingested by Fluent Bit is assigned a Tag. This tag is an internal string
8181
used in a later stage by the Router to decide which Filter or
82-
[Output](pipeline/outputs.md) phase it must go through.
82+
[Output](concepts/data-pipeline/output.md) phase it must go through.
8383

8484
Most tags are assigned manually in the configuration. If a tag isn't specified,
85-
Fluent Bit assigns the name of the [Input](pipeline/inputs.md) plugin instance
86-
where that Event was generated from.
85+
Fluent Bit assigns the name of the [Input](concepts/data-pipeline/input.md) plugin
86+
instance where that Event was generated from.
8787

8888
{% hint style="info" %}
8989
The [Forward](../pipeline/inputs/forward.md) input plugin doesn't assign tags. This
@@ -118,7 +118,7 @@ Fluent Bit lets you deliver your collected and processed Events to one or multip
118118
destinations through a routing phase. A _Match_ represents a rule to select Events
119119
where a Tag matches a defined rule.
120120

121-
To learn more about Tags and Matches, see [Routing](concepts/data-pipeline/router.md).
121+
To learn more about Tags and Matches, see [Routing](data-pipeline/router.md).
122122

123123
## Structured messages
124124

0 commit comments

Comments
 (0)