Kibana and OpenShift: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
* [[Kibana#Kibana_and_OpenShift|Kibana]] | * [[Kibana#Kibana_and_OpenShift|Kibana]] | ||
* [[OpenShift_Logging_Concepts#Kibana|OpenShift Logging Concepts]] | * [[OpenShift_Logging_Concepts#Kibana|OpenShift Logging Concepts]] | ||
=Configuration= | |||
The external URL of the Kibana can be configured in the master configuration file. | |||
=Logging= | =Logging= |
Revision as of 00:57, 6 August 2017
External
Internal
Configuration
The external URL of the Kibana can be configured in the master configuration file.
Logging
Access Logging
oc logs -f <kibana-pod-name> -c kibana-proxy
oc logs -f logging-kibana-1-d4bw2 -c kibana-proxy
Main Kibana Process Logging
oc logs -f <kibana-pod-name> -c kibana
oc logs -f logging-kibana-1-d4bw2 -c kibana