Skip to content

Commit 103e83c

Browse files
committed
Review edits applied to routing doc.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent d49ee2f commit 103e83c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/router.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Each rule in the `condition.rules` array must include:
245245
| --- | --- |
246246
| `field` | The field within your logs to evaluate. Uses [record accessor syntax](/administration/configuring-fluent-bit/classic-mode/record-accessor.md). |
247247
| `op` | The comparison operator. |
248-
| `value` | The value to compare against. Can be a single value or an array for `in` and `not_in` operators. |
248+
| `value` | This is thee value to compare against. It can be a single value or an array for `in` and `not_in` operators. |
249249
| `context` | Optional. Specifies where to look for the field. Valid values are `body`, `metadata`, `otel_resource_attributes`, `otel_scope_attributes`. Defaults to `body`. |
250250

251251
### Comparison operators
@@ -513,6 +513,6 @@ Use the following guidelines to choose between tag-based and conditional routing
513513
| Route individual records based on content | Conditional routing |
514514
| Split logs by severity or other field values | Conditional routing |
515515
| Apply different processing to subsets of data | Conditional routing |
516-
| Simple routing without content inspection | Tag-based routing |
516+
| Routing without content inspection | Tag-based routing |
517517

518518
You can combine both approaches in a single configuration. Use tag-based routing for broad categorization and conditional routing for fine-grained decisions within those categories.

0 commit comments

Comments
 (0)