ElasticSearch and OpenShift: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
=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.