The Openshift Aggregated Logging integration is a multicomponent technology stack whose individual parts must all work together to gather and archive logs. It is important to include as much information as possible when issues arise in order to properly debug and diagnose. Run logging gathering script which will gather the desired information. Alternatively, you can gather them manually.
NOTE: It is your responsiblity as the reporter of an issue to redact any sensitive information from any and all artifacts that are included as part of the issue.
Please include as much of the following to help us expedite a resolution:
- Cluster version (e.g. OCP v3.5)
- Cluster infrastructure (e.g. AWS, GCP)
- Number of infrastructure nodes and size (e.g. CPU, RAM)
- Number of compute nodes and size (e.g. CPU, RAM)
- Logging Image versions
ADD NOTE HERE ON HOW TO RETRIEVE IMAGE VERSION FROM OCP AND ORIGIN
- How was logging installed (e.g. Openshift Ansible/Installer, deployer)
- Openshift installer version
- Ansible inventory file
- Ansible installer logs
- Elasticsearch logs:
oc logs -l component=es $PODNAME
- Other component logs:
oc logs $PODNAME
- Fluentd spec:
oc get ds logging-fluentd -o yaml
- Other component specs:
oc get dc $DCNAME -o yaml
- Configmaps:
oc get configmaps $CONFIGMAP -o yaml
- Events:
oc get events $PODNAME -o yaml
- Output of https://github.com/openshift/openshift-tools/blob/prod/scripts/monitoring/cron-send-logging-checks.py