We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1f678 commit e33f6c6Copy full SHA for e33f6c6
concepts/key-concepts.md
@@ -79,10 +79,10 @@ Use filtering to:
79
80
Every Event ingested by Fluent Bit is assigned a Tag. This tag is an internal string
81
used in a later stage by the Router to decide which Filter or
82
-[Output](concepts/data-pipeline/output.md) phase it must go through.
+[Output](data-pipeline/output.md) phase it must go through.
83
84
Most tags are assigned manually in the configuration. If a tag isn't specified,
85
-Fluent Bit assigns the name of the [Input](concepts/data-pipeline/input.md) plugin
+Fluent Bit assigns the name of the [Input](data-pipeline/input.md) plugin
86
instance where that Event was generated from.
87
88
{% hint style="info" %}
0 commit comments