Browse Source

additional changes to remove discovery plugin from logging

Jeff Cantrill 6 years ago
parent
commit
da4337e379

+ 0 - 5
roles/openshift_logging_elasticsearch/templates/elasticsearch.yml.j2

@@ -14,11 +14,6 @@ node:
 network:
   host: 0.0.0.0
 
-cloud:
-  kubernetes:
-    service: ${SERVICE_DNS}
-    namespace: ${NAMESPACE}
-
 discovery.zen:
   ping.unicast.hosts: {{ es_unicast_host }}
   minimum_master_nodes: ${NODE_QUORUM}