1. IBM Cloud Pak for Integration Documentation - Logging: "The logging service is based on the Elasticsearch
Fluentd
and Kibana (EFK) stack... Kibana is the web UI that you use to query and visualize your logs." This statement directly confirms Kibana's role as the query and visualization tool.
Source: IBM Documentation
Cloud Pak for Integration
"Logging". (Specific version documentation may vary
but the description of the EFK stack components is consistent across versions
e.g.
2021.4).
2. Red Hat OpenShift Container Platform Documentation - About the logging subsystem: Since IBM Cloud Paks are built on OpenShift
its documentation on the EFK stack is authoritative. "The logging subsystem is composed of a collector
a log store
and a visualization tool... The visualization component is Kibana."
Source: Red Hat OpenShift Container Platform 4.10 Documentation
Section: "Observability" -> "About the logging subsystem".
3. Elasticsearch B.V.
"What is Kibana?": As the official vendor documentation for the component itself
this is a primary source. "Kibana is a free and open user interface that lets you visualize your Elasticsearch data and navigate the Elastic Stack. Do anything from tracking query load to understanding the way requests flow through your apps."
Source: Elastic.co official documentation
"Kibana Guide"
Introduction.