From 38338e7fdbf9797d177f0548c58fd83481cba110 Mon Sep 17 00:00:00 2001 From: Florian Gilcher Date: Tue, 29 Nov 2011 00:19:13 +0100 Subject: [PATCH] Fix incorrect key in config sample "transport.tcp.port" is used to configure netty, not "transport.port" --- config/elasticsearch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/elasticsearch.yml b/config/elasticsearch.yml index 87f61a4dc2a..9ff4d24e338 100644 --- a/config/elasticsearch.yml +++ b/config/elasticsearch.yml @@ -200,7 +200,7 @@ # Set a custom port for the node to node communication (9300 by default): # -# transport.port: 9300 +# transport.tcp.port: 9300 # Enable compression for all communication between nodes (disabled by default): #