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

[fluent-bit] yaml configuration support #558

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ABWassim
Copy link

@ABWassim ABWassim commented Oct 4, 2024

WIP to support YAML configuration :

  • Need to figure out how to merge customParsers (/fluent-bit/etc/conf/custom_parsers.conf) and the already existing file in the container (/fluent-bit/etc/conf/parsers.conf), since the YAML configuration only supports a single parsers_file entry (initContainer ?).
  • Need to check the YAML keys of the configuration. Not sure if I forgot/missed some capital letters. To be honest, the documentation in kind of unclear on that point, in the arrays the keys are shown with capital letters, but then in the YAML it is in lowercase.

@ABWassim ABWassim changed the title feat: yaml configuration support [fluentbit] feat: yaml configuration support Oct 4, 2024
@ABWassim ABWassim changed the title [fluentbit] feat: yaml configuration support [fluentbit] yaml configuration support Oct 4, 2024
@ABWassim ABWassim changed the title [fluentbit] yaml configuration support [fluent-bit] yaml configuration support Oct 4, 2024
@ABWassim
Copy link
Author

ABWassim commented Oct 9, 2024

Maybe this will help with the parser issue ? fluent/fluent-bit#9278

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