-
Bug
-
Resolution: Done
-
Minor
-
Logging 5.5.0
-
False
-
None
-
False
-
NEW
-
VERIFIED
-
Before this update, a change in the collector dependencies caused it to issue a warning message for unused parameters. With this update, removing unused configuration parameters resolves the issue.
-
Log Collection - Sprint 223, Log Collection - Sprint 224
Description of problem:
Fluentd always reports warning messages about unused parameters:
oc -n openshift-logging logs -c collector collector-wc88z 2022-07-26 05:34:10 +0000 [warn]: parameter 'de_dot' in <filter kubernetes.**> @id kubernetes-metadata @type kubernetes_metadata kubernetes_url "https://kubernetes.default.svc" annotation_match ["^containerType.logging.openshift.io/.*$"] allow_orphans false cache_size 1000 de_dot false use_journal nil ssl_partial_chain true </filter> is not used. 2022-07-26 05:34:10 +0000 [warn]: parameter 'use_journal' in <filter kubernetes.**> @id kubernetes-metadata @type kubernetes_metadata kubernetes_url "https://kubernetes.default.svc" annotation_match ["^containerType.logging.openshift.io/.*$"] allow_orphans false cache_size 1000 de_dot false use_journal nil ssl_partial_chain true </filter> is not used.
Version-Release number of selected component (if applicable):
clusterlogging.v5.5.0
How reproducible:
Always
Steps to Reproduce:
1. deploy logging using fluentd as collector
2. check collector pod log
3.
Actual results:
Expected results:
No such warnings
Additional info: