Skip to content

Latest commit

 

History

History
10 lines (3 loc) · 905 Bytes

plugin-grouping.md

File metadata and controls

10 lines (3 loc) · 905 Bytes

Plugin Grouping

For fluenbit,input, filter, and output plugins are connected by label selectors. For input and output plugins, always create ClusterInput or ClusterOutput CRs for every plugin. Don't aggregate multiple inputs or outputs into one ClusterInput or ClusterOutput object, except you have a good reason to do so. Take the demo logging stack for example, we have one yaml file for each output.

However, for filter plugins, if you want a filter chain, the order of filters matters. You need to organize multiple filters into an array as the demo logging stack suggests.For more info on various use cases of Fluent Operator Fluentd CRDs, you can refer to Fluent-Operator-Walkthrough.