OpenShift Logging Concepts: Difference between revisions

From NovaOrdis Knowledge Base
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]]. [[fluentd]] is used to capture logs from nodes, pods and application and stored log data in [[ElasticSearch]]. [[Kibana]] offers a UI for [[ElasticSearch]]. Application developers can view the logs for projects they have view access for.
OpenShift provides log aggregation with the [[Elastic Stack#EFK|EFK stack]]. [[fluentd]] is used to capture logs from nodes, pods and application and stored log data in [[ElasticSearch]]. [[Kibana]] offers a UI for [[ElasticSearch]]. Application developers can view the logs for projects they have view access for. [[fluentd]], [[ElasticSearch]] and [[Kibana]] are deployed as OpenShift pods, on dedicated [[#Infrastructure_Node|infrastructure nodes]]. They are usually part of the "logging" namespace.
 


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]].

Revision as of 13:19, 12 July 2017

External

Internal

Overview

OpenShift provides log aggregation with the EFK stack. fluentd is used to capture logs from nodes, pods and application and stored log data in ElasticSearch. Kibana offers a UI for ElasticSearch. Application developers can view the logs for projects they have view access for. fluentd, ElasticSearch and Kibana are deployed as OpenShift pods, on dedicated infrastructure nodes. They are usually part of the "logging" namespace.

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.