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

fluentbit vs vector configs #19

Open
ledbit opened this issue Oct 21, 2021 · 2 comments
Open

fluentbit vs vector configs #19

ledbit opened this issue Oct 21, 2021 · 2 comments

Comments

@ledbit
Copy link

ledbit commented Oct 21, 2021

It seems like you're configuring fluentbit to reassemble CRI logs in Lua, which is pretty expensive, but not in Vector or Fluentd. This would definitely impact performance, is there any reason why that's there or just left over configs?

@eranra
Copy link
Contributor

eranra commented Oct 24, 2021

@ledbit

This should be apples to apples -- all collectors are configured to merge partial messages::

--> in vector this is default: look here: https://vector.dev/docs/reference/configuration/sources/kubernetes_logs/#auto_partial_merge
--> in fluentd we use https://github.com/ViaQ/cluster-logging-collector-benchmarks/blob/main/conf/collector/fluentd/fluentd-clf.conf#L98
--> in fluentbit --> we use Lua filter

@agup006
Copy link

agup006 commented Feb 21, 2022

@eranra Fluent Bit partial message merging is done automatically with Docker mode (https://docs.fluentbit.io/manual/pipeline/inputs/tail), no lua required

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

3 participants