1. Red Hat OpenShift Container Platform 4.10 Documentation
"About OpenShift Logging"
Section 1.1. "Log collection". The documentation states
"Fluentd is deployed to each node in the OpenShift Container Platform cluster to collect all node and container logs... The Fluentd agent gets the logs and forwards them to the log store." This highlights its role as a collector and forwarder in the platform IBM Cloud Paks are built upon.
2. Fluentd Official Documentation
"Architecture". The documentation explicitly states: "Fluentd has a flexible plugin system that allows its community to extend its functionality. Its 500+ community-contributed plugins connect dozens of data sources and data outputs." This directly confirms the input/output plug-in model described in the question.
3. IBM Cloud Pak for Business Automation 21.0.3 Documentation
"Monitoring health"
"Reference for monitoring services". The documentation details that logging relies on the components provided by the OpenShift Container Platform
which includes the EFK (Elasticsearch
Fluentd
and Kibana) stack. This confirms the use of Fluentd within the IBM Cloud Pak ecosystem.