-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Logging 6.0
-
None
-
False
-
-
False
-
-
-
Informational
The example ClusterLogForwarder manifest is incorrect in Filters and Pipeline Configuration
This is the example manifest for filter before LO 5.9. But there are no filterRefs.
apiVersion: logging.openshift.io/v1
kind: ClusterLogForwarder
spec:
pipelines:
- name: application-logs
parse: json
labels:
foo: bar
detectMultilineErrors: true
I think the following config is correct
apiVersion: logging.openshift.io/v1
kind: ClusterLogForwarder
spec:
pipelines:
- filterRefs:
name: application-logs
parse: json
labels:
foo: bar
detectMultilineErrors: true