OpenShift Logging: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
This page is intended to provide the location of various types of logs in OpenShift.
This page is intended to provide the location of various types of logs in OpenShift.


=Log Types=
=Generic Pod Logging=
 
==Pod Logging==


  oc logs [-f] <''pod-name''> [-c <''container-name''>]
  oc logs [-f] <''pod-name''> [-c <''container-name''>]
Line 17: Line 15:
  [[oc logs]]
  [[oc logs]]


==Master Process Logging==
=Master Process Logging=


==Infrastructure Services==
=Infrastructure Services=


===Kibana===
==Kibana==


{{Internal|Kibana_and_OpenShift#Logging|Kibana Logging in OpenShift}}
{{Internal|Kibana_and_OpenShift#Logging|Kibana Logging in OpenShift}}

Revision as of 21:32, 5 August 2017

Internal

Overview

This page is intended to provide the location of various types of logs in OpenShift.

Generic Pod Logging

oc logs [-f] <pod-name> [-c <container-name>]

For more details, see:

oc logs

Master Process Logging

Infrastructure Services

Kibana

Kibana Logging in OpenShift