Skip to content
Prev Previous commit
Added small lint fix to collectd input plugin. Applies to #2196.
Signed-off-by: Eric D. Schabell <[email protected]>
  • Loading branch information
eschabell committed Nov 24, 2025
commit b8724a5624642d8a3fd198dd41332052edf9497c
4 changes: 2 additions & 2 deletions pipeline/inputs/collectd.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@

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

## TypesDB configuration
## `typesdb` configuration

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.

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.
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.

Check warning on line 80 in pipeline/inputs/collectd.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [FluentBit.WordList] Use 'lets you' instead of 'allows you to'. Raw Output: {"message": "[FluentBit.WordList] Use 'lets you' instead of 'allows you to'.", "location": {"path": "pipeline/inputs/collectd.md", "range": {"start": {"line": 80, "column": 199}}}, "severity": "INFO"}

For example:

Expand Down