ElasticSearch and OpenShift: Difference between revisions
Jump to navigation
Jump to search
m (Ovidiu moved page Elasticsearch and OpenShift to ElasticSearch and OpenShift without leaving a redirect) |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://docs.openshift.com/container-platform/3.5/install_config/aggregate_logging.html#aggregated-elasticsearch | |||
=Internal= | =Internal= | ||
* [[ | * [[Elasticsearch]] | ||
* [[OpenShift Logging Concepts#Components|OpenShift Logging Components]] | * [[OpenShift Logging Concepts#Components|OpenShift Logging Components]] | ||
=Overview= | |||
=Configuration= | |||
Deployment Configuration: | |||
oc describe dc dc/logging-es-3fs5ghyo | |||
oc edit configmap logging-elasticsearch | |||
The ConfigMap files are exposed in the container as /usr/share/java/elasticsearch/config/elasticsearch.yml and /usr/share/java/elasticsearch/config/logging.yml. | |||
=Operations= | |||
=Validation= | |||
{{Internal|OpenShift_Installation_Validation#Logging|OpenShift Installation Validation - Logging}} |
Latest revision as of 02:22, 22 November 2021
External
Internal
Overview
Configuration
Deployment Configuration:
oc describe dc dc/logging-es-3fs5ghyo
oc edit configmap logging-elasticsearch
The ConfigMap files are exposed in the container as /usr/share/java/elasticsearch/config/elasticsearch.yml and /usr/share/java/elasticsearch/config/logging.yml.