OpenShift Logging Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
Logging support is not provided by default but it can be enabled during installation, by setting "openshift_hosted_logging_deploy=true" in the [https://github.com/NovaOrdis/playground/blob/master/openshift/3.5/hosts Ansible hosts file]. | Logging support is not provided by default but it can be enabled during installation, by setting "openshift_hosted_logging_deploy=true" in the [https://github.com/NovaOrdis/playground/blob/master/openshift/3.5/hosts Ansible hosts file]. | ||
Logging support is provided by the Elasticsearch and Kibana pods. The logging pods should run on dedicated [[#Infrastructure_Node|infrastructure nodes]]. | Logging support is provided by the Elasticsearch and Kibana pods. The logging pods should run on dedicated [[#Infrastructure_Node|infrastructure nodes]]. |
Revision as of 13:02, 12 July 2017
Internal
Overview
Logging support is not provided by default but it can be enabled during installation, by setting "openshift_hosted_logging_deploy=true" in the Ansible hosts file.
Logging support is provided by the Elasticsearch and Kibana pods. The logging pods should run on dedicated infrastructure nodes.