Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / consul / resources / config / consul-agent-config / log-elastic-search.json
index 284220e..6e58057 100644 (file)
@@ -5,7 +5,7 @@
       {
         "id": "log-elasticsearch-server",
         "name": "Log Elastic Search Health Check",
-        "http": "http://elasticsearch:9200/_cluster/health?pretty",
+        "http": "http://log-es:9200/_cluster/health?pretty",
         "method": "GET",
         "tls_skip_verify": true,
         "interval": "15s",
@@ -14,7 +14,7 @@
       {
         "id": "log-elasticsearch-tcp",
         "name": "Log Elastic Search TCP Health Check",
-        "tcp": "elasticsearchtcp:9300",
+        "tcp": "log-es-tcp:9300",
         "interval": "15s",
         "timeout": "1s"
       }