OpenShift Logging Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
=Overview= | =Overview= | ||
OpenShift provides log aggregation with the [[Elastic Stack#EFK|EFK stack]]. | OpenShift provides log aggregation with the [[Elastic Stack#EFK|EFK stack]]. Logs from nodes, pods and application are captured, stored in [[ElasticSearch]] and exposed. Application developers can view the logs for projects they have view access for. | ||
Revision as of 13:07, 12 July 2017
External
- https://docs.openshift.com/container-platform/latest/install_config/aggregate_logging.html
- https://docs.openshift.com/container-platform/latest/install_config/install/advanced_install.html#advanced-install-cluster-logging
Internal
Overview
OpenShift provides log aggregation with the EFK stack. Logs from nodes, pods and application are captured, stored in ElasticSearch and exposed. Application developers can view the logs for projects they have view access for.
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.