fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
578 stars 246 forks source link

add wasm filter piugin #1325

Closed jiuxia211 closed 1 month ago

jiuxia211 commented 1 month ago

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Does this PR introduced a user-facing change?

The wasm file needs to be mounted to the fluent bit. I tried writing the wasm file to secret or configmap, but it was too long, and I ended up mimicking the way Position DB was mounted.

Additional documentation, usage docs, etc.:

benjaminhuo commented 1 month ago

@wanjunlei @wenchajun pls help to review