@@ -51,9 +51,9 @@ with a nested array as the first element:
51
51
where
52
52
53
53
- _ ` 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.
57
57
58
58
Fluent Bit versions prior to v2.1.0 used:
59
59
@@ -67,7 +67,7 @@ streams.
67
67
## Filtering
68
68
69
69
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) .
71
71
72
72
Use filtering to:
73
73
@@ -79,11 +79,11 @@ Use filtering to:
79
79
80
80
Every Event ingested by Fluent Bit is assigned a Tag. This tag is an internal string
81
81
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.
83
83
84
84
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.
87
87
88
88
{% hint style="info" %}
89
89
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
118
118
destinations through a routing phase. A _ Match_ represents a rule to select Events
119
119
where a Tag matches a defined rule.
120
120
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 ) .
122
122
123
123
## Structured messages
124
124
0 commit comments