Skip to content

Commit e5816d9

Browse files
skadekimchy
authored andcommitted
Fix incorrect key in config sample
"transport.tcp.port" is used to configure netty, not "transport.port"
1 parent e90228e commit e5816d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200

201201
# Set a custom port for the node to node communication (9300 by default):
202202
#
203-
# transport.port: 9300
203+
# transport.tcp.port: 9300
204204

205205
# Enable compression for all communication between nodes (disabled by default):
206206
#

0 commit comments

Comments
 (0)