Merge "Update CLI docker version for beijing"
[oom.git] / kubernetes / log / charts / log-elasticsearch / resources / config / elasticsearch.yml
index e7933b8..8bbb019 100644 (file)
@@ -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
@@ -116,7 +115,7 @@ http.port: {{.Values.service.externalPort}}
 # If a range is specified, the node will bind to the first available port in the range.
 # Defaults to 9300-9400.
 # More info:
-transport.tcp.port: {{.Values.service.externalPortTcp}}
+transport.tcp.port: {{.Values.service.externalPort2}}
 
 xpack.graph.enabled: false
 #Set to false to disable X-Pack graph features.