Skip to content

Commit 07886d3

Browse files
committed
Fixed linting issue for router docs update.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 754e31e commit 07886d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ Label-based matching is automatically used when direct routing is enabled. This
767767
When chunks are created with direct routes (routes defined directly in input configurations), Fluent Bit stores routing information in chunk metadata. This metadata includes:
768768

769769
- **Labels**: Textual identifiers used to match output instances. Labels come in two forms:
770-
- **Aliases**: User-provided identifiers set via the `alias` configuration property
770+
- **Aliases**: User-provided identifiers set by the `alias` configuration property
771771
- **Generated names**: Automatically created when no alias is provided, following the pattern `{plugin_name}.{sequence_number}` (for example, `stdout.0`, `stdout.1`, or `http.0`)
772772
- **Plugin names**: The plugin type name (for example, `stdout`, `http`, or `elasticsearch`) to enable type-safe matching
773773

0 commit comments

Comments
 (0)