Replies: 1 comment
-
This is Fluentd repository, not fluent-bit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is a problem?
I read through the developer documentation on how to add plugins to fluent-bit and couldn't find any details on how to create an external plugin that gets pulled in via the
[PLUGINS]
section of the configuration. I managed to create a plugin compiled into the fluent-bit binary but moving it into its own shared library and referencing it via the aforementioned configuration lets fluent-bit fail to resolve the plugin name.This is the plugins registration section (mostly copied from the
out_stdout
example) :I wonder if the name of the registration map variable needs to be something more generic to allow for a generic loader to find it. Any idea ?
Describe the configuration of Fluentd
fluent-bit.conf
:plugins.conf
:Describe the logs of Fluentd
[error] [config] section 'test' tried to instance a plugin name that doesn't exist
Environment
Beta Was this translation helpful? Give feedback.
All reactions