-
Bug
-
Resolution: Done
-
Normal
-
Logging 5.6
-
None
Logging docs show old way of configuring collector resources.
Old way:
collection:
logs:
type: "fluentd"
fluentd: {}
New way:
collection:
resources: {}
type: "fluentd"
Sample docs:
https://docs.openshift.com/container-platform/4.10/logging/cluster-logging-deploying.html
https://docs.openshift.com/container-platform/4.10/logging/config/cluster-logging-collector.html
Update CLF to use tcp for syslog. current docs show udp
- name: rsyslog-west type: syslog syslog: appName: myapp facility: user msgID: mymsg procID: myproc rfc: RFC5424 severity: debug url: 'udp://rsyslogserver.west.example.com:514' replace "udp" with "tcp" in last line
- is related to
-
OBSDOCS-856 Examples without limits and resources defined for the collector
- To Do
- relates to
-
OBSDOCS-488 spec.collection.logs has been deprecated in OpenShift Container Platform 4 - Cluster Logging 5.5 but still shows in examples
- Closed
- links to