fluent / fluent-operator

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

feat: Expose lua filter type_array_key parameter #1323

Closed reegnz closed 2 months ago

reegnz commented 2 months ago

The lua filter was missing a parameter type_array_key.

I've copied the parameter description into the type comment from the fluent-bit docs.

Ran make generate manifests docs-update verify build.

Signed-off-by: Zoltán Reegn zoltan.reegn@gmail.com

What this PR does / why we need it

Which issue(s) this PR fixes

Does this PR introduced a user-facing change?

lua filter: add `type_array_key`

Additional documentation, usage docs, etc