IBM Cloud Pak for Integration V2021.2 Administration C1000-130 Question # 15 Topic 2 Discussion
C1000-130 Exam Topic 2 Question 15 Discussion:
Question #: 15
Topic #: 2
After setting up OpenShift Logging an index pattern in Kibana must be created to retrieve logs for Cloud Pak for Integration (CP4I) applications. What is the correct index for CP4I applications?
When configuring OpenShift Logging with Kibana to retrieve logs for Cloud Pak for Integration (CP4I) applications, the correct index pattern to use is applications*.
Here’s why:
IBM Cloud Pak for Integration (CP4I) applications running on OpenShift generate logs that are stored in the Elasticsearch logging stack.
The standard OpenShift logging format organizes logs into different indices based on their source type.
The applications* index pattern is used to capture logs for applications deployed on OpenShift, including CP4I components.
Analysis of the options:
Option A (Incorrect – cp4i-*): There is no specific index pattern named cp4i-* for retrieving CP4I logs in OpenShift Logging.
*Option B (Correct – applications)**: This is the correct index pattern used in Kibana to retrieve logs from OpenShift applications, including CP4I components.
Option C (Incorrect – torn-*): This is not a valid OpenShift logging index pattern.
Option D (Incorrect – app-*): This index does not exist in OpenShift logging by default.
IBM Cloud Pak for Integration (CP4I) v2021.2 Administration References:
IBM Cloud Pak for Integration Logging Guide
OpenShift Logging Documentation
Kibana and Elasticsearch Index Patterns in OpenShift
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit