teragrep / k8s_01

kubelogreader: Kubernetes log reader
Apache License 2.0
0 stars 1 forks source link

create a configuration label for toggling processing of the content #77

Closed kortemik closed 1 year ago

kortemik commented 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.

kortemik commented 1 year ago

change to whitelisting instead of blacklisting type.

"collect": true