Document --enable-raw-filter operator flag for the raw Fluentd filter - #340
Conversation
Add the new --enable-raw-filter operator CLI flag (introduced in logging-operator PR #2274) to the Operator arguments reference. The flag gates the new raw Fluentd filter for Flow/ClusterFlow, which is disabled by default.
|
Superseded — closing without merging. This PR documented an operator CLI flag A per- Please follow #345 instead. |
Adds the new
--enable-raw-filteroperator CLI flag to the "Operator arguments" reference incontent/docs/install/_index.md, under the Controller Management subheading.Triggered by logging-operator PR #2274 ("feat/support raw fluentd filter"), which introduces a new
rawFluentd filter forFlow/ClusterFlow(configured viafilters[].raw.config). The feature is disabled by default and requires the operator to be started with--enable-raw-filter; if arawfilter is used while the flag is off, reconciliation fails.Scope note: the per-filter reference page (
plugins/filters/raw.md), the filters index row, and theflow_types.mdCRD reference are machine-generated and will arrive via the operator repo's periodic "Sync generated docs" bulk commit — they are intentionally not hand-authored here.🤖 Generated by Promptless