I have set the following on transforms.conf and props.conf but I still see DEBUG logs in my search. what did I miss
transforms.conf
#Remove: DEBUG
[null_kube_DEBUG]
REGEX = (DEBUG)
DEST_KEY=queue
FORMAT=nullQueue
props.conf
#### kube ################################
[source::kube.var.log.containers.*]
TRANSFORMS-null = null_kube_DEBUG
↧