diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2018-05-17 06:36:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-17 06:36:45 +0000 |
commit | 253e181a492c7f0d75ff13226aaf9152a1ee01b7 (patch) | |
tree | bb9980f16c0385064f01dd04d931673e2bbfb25f | |
parent | 82715bafeb52d496353a8b66d54bba181611c630 (diff) | |
parent | cff39362d8942e784bfae2dc0f2cda05beccc091 (diff) |
Merge "nsPrefix Changes for Log"
-rw-r--r-- | kubernetes/log/charts/log-elasticsearch/resources/config/elasticsearch.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kubernetes/log/charts/log-elasticsearch/resources/config/elasticsearch.yml b/kubernetes/log/charts/log-elasticsearch/resources/config/elasticsearch.yml index abdab8beb5..8bbb01997e 100644 --- a/kubernetes/log/charts/log-elasticsearch/resources/config/elasticsearch.yml +++ b/kubernetes/log/charts/log-elasticsearch/resources/config/elasticsearch.yml @@ -86,7 +86,6 @@ network.host: 0.0.0.0 # By default, Elasticsearch will bind to the available loopback addresses and will scan ports 9300 to 9305 to try # to connect to other nodes running on the same server. # -#discovery.zen.ping.unicast.hosts: ["elasticsearch.{{.Values.nsPrefix}}" #$discovery.zen.ping.unicast.hosts # # This setting tells Elasticsearch to not elect a master unless there are enough master-eligible nodes |