Skip to content

Commit b8724a5

Browse files
committed
Added small lint fix to collectd input plugin. Applies to #2196.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent fde8902 commit b8724a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/inputs/collectd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ pipeline:
7373

7474
With this configuration, Fluent Bit listens to `0.0.0.0:25826`, and outputs incoming datagram packets to `stdout`.
7575

76-
## TypesDB configuration
76+
## `typesdb` configuration
7777

7878
You must set the same `types.db` files that your `collectd` server uses. Otherwise, Fluent Bit might not be able to interpret the payload properly.
7979

80-
The `TypesDB` parameter supports multiple files separated by commas. When multiple files are specified, later entries take precedence over earlier ones if there are duplicate type definitions. This allows you to override default types with custom definitions.
80+
The `typesdb` parameter supports multiple files separated by commas. When multiple files are specified, later entries take precedence over earlier ones if there are duplicate type definitions. This allows you to override default types with custom definitions.
8181

8282
For example:
8383

0 commit comments

Comments
 (0)