Skip to content

Commit 3002555

Browse files
authored
Added small lint fix to collectd input plugin. Applies to #2196. (#2198)
* Updated to include new input plugin doc for Windows System Statistics. Applies to #2139. Signed-off-by: Eric D. Schabell <[email protected]> * Updated to include new input plugin doc for Windows System Statistics. Applies to #2139. Signed-off-by: Eric D. Schabell <[email protected]> * Lint fix for winstat input plugin doc fix. Signed-off-by: Eric D. Schabell <[email protected]> * Added small lint fix to collectd input plugin. Applies to #2196. Signed-off-by: Eric D. Schabell <[email protected]> --------- Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 1377c90 commit 3002555

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)