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

td-agent-bit.conf requires use of filter for service to start properly #21

Open
UiP9AV6Y opened this issue Nov 23, 2019 · 0 comments
Open
Assignees

Comments

@UiP9AV6Y
Copy link
Contributor

the @INCLUDE statements make it necessary to use at least on of each plugin type (input, filter, output), otherwise fluentbit fails to start due to an invalid configuration. fluentbit complains about glob patterns which do not resolve to any files (tested with version 1.3):

[mk_rconf_read_glob] glob: no match

one workaround is to use a noop modify filter (e.g. rename a field which does not exist)

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

No branches or pull requests

2 participants