@@ -51,9 +51,9 @@ with a nested array as the first element:
5151where
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
5858Fluent Bit versions prior to v2.1.0 used:
5959
@@ -67,7 +67,7 @@ streams.
6767## Filtering
6868
6969You 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
7272Use filtering to:
7373
@@ -79,11 +79,11 @@ Use filtering to:
7979
8080Every Event ingested by Fluent Bit is assigned a Tag. This tag is an internal string
8181used 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
8484Most 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" %}
8989The [ 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
118118destinations through a routing phase. A _ Match_ represents a rule to select Events
119119where 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