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

write plugin configuration into a subdirectory. #22

Closed
wants to merge 1 commit into from
Closed

write plugin configuration into a subdirectory. #22

wants to merge 1 commit into from

Conversation

UiP9AV6Y
Copy link
Contributor

the @include directive fails if a wildcard does not resolve. since
it is a possible to have a fluentbit pipeline without any filters,
the service would fail to start.
this change assembles the configuration files under a single
directory and uses a single glob directive to load them. fluenbit
reads the files in an alphanumeric order but internally sorts
them correctly (input-filter-output)

BREAKING: the values of the configfile parameter of the defined types for plugins have changed.
if you provided those values manually in the past, changes are the config is no longer picked up
by the fluentbit daemon.

fixes #21

the @include directive fails if a wildcard does not resolve. since
it is a possible to have a fluentbit pipeline without any filters,
the service would fail to start.
this change assembles the configuration files under a single
directory and uses a single glob directive to load them. fluenbit
reads the files in an alphanumeric order but internally sorts
them correctly (input-filter-output)
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.

1 participant