Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in_collectd: Implement a new input plugin for collectd #1506

Merged
merged 2 commits into from
Aug 20, 2019

Conversation

fujimotos
Copy link
Member

This allows fluent-bit to receive UDP packets from collectd's Network
plugin. You can use it as:

$ fluent-bit -i collectd -o stdout

... then it listens to 0.0.0.0:25826 and consumes incoming packets.

This implements the basic support for collectd's binary protocol and
also contains a compatible parser for types.db (5), so it should
cover the most real-life use cases.

The remaining features to be implemented are advanced features like
AES encryption and HMAC signatures (introduced in v4.7), which we
will address in the future patches.

Signed-off-by: Fujimoto Seiji [email protected]

This allows fluent-bit to receive UDP packets from collectd's Network
plugin. You can use it as:

    $ fluent-bit -i collectd -o stdout

... then it listens to `0.0.0.0:25826` and consumes incoming packets.

This implements the basic support for collectd's binary protocol and
also contains a compatible parser for types.db (5), so it should
cover the most real-life use cases.

The remaining features to be implemented are advanced features like
AES encryption and HMAC signatures (introduced in v4.7), which we
will address in the future patches.

Signed-off-by: Fujimoto Seiji <[email protected]>
plugins/in_collectd/in_collectd.c Outdated Show resolved Hide resolved
This makes the plugin more conforming to the established interface
standard, thus makes it easier to maintain.

Signed-off-by: Fujimoto Seiji <[email protected]>
@fujimotos
Copy link
Member Author

Thank you. I've just posted 08070c0 that fixes it to follow the
common parameter convention.

@edsiper edsiper merged commit f60176d into fluent:master Aug 20, 2019
@edsiper
Copy link
Member

edsiper commented Aug 20, 2019

thanks!

@fujimotos fujimotos deleted the sf/in-collectd branch December 6, 2019 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants