Run all components in one namespace
[oom.git] / kubernetes / config / docker / init / src / config / consul / consul-agent-config / log-elastic-search.json
index 7785502..3586f58 100644 (file)
@@ -5,7 +5,7 @@
       {
         "id": "log-elasticsearch-server",
         "name": "Log Elastic Search Health Check",
-        "http": "http://elasticsearch.onap-log:9200/_cluster/health?pretty",
+        "http": "http://elasticsearch.namespace-placeholder: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.onap-log:9300",
+        "tcp": "elasticsearchtcp.namespace-placeholder:9300",
         "interval": "15s",
         "timeout": "1s"
       }