Closed kortemik closed 1 year ago
create a configuration label for toggling processing of the content.
it should ignore records that are being produced while the label is set to false and process only if true.
create a master configuration for the label. "discard": { "enabled": true "label": "name"; }
default to false. log in kubelogreader startup about the enabled with capital letters and about that it may lead to lost records in case misused.
change to whitelisting instead of blacklisting type.
"collect": true
create a configuration label for toggling processing of the content.
it should ignore records that are being produced while the label is set to false and process only if true.
create a master configuration for the label. "discard": { "enabled": true "label": "name"; }
default to false. log in kubelogreader startup about the enabled with capital letters and about that it may lead to lost records in case misused.