From d98c1ee13a5c45804949fcb29be56698ef7c6c1a Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Fri, 6 Jan 2017 11:04:01 +0000 Subject: [PATCH] Multicast correction --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7523409..57667f9 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,7 @@ The following illustrates applying configuration parameters to an Elasticsearch es_heap_size: 1g ``` ` -The role utilises Elasticsearch version defaults. Multicast is therefore enabled for 1.x (legacy) and disabled for 2.x (plugin required in 2.x). If using 1.x it is strongly recommended you disable -multicast and specify the required uni-cast settings for a production environment. -When not utilizing multicast, the following should be set to ensure a successful cluster forms. +The role utilises Elasticsearch version defaults. Multicast is therefore disabled for 5.x. The following should be set to ensure a successful cluster forms. * ```es_config['http.port']``` - the http port for the node * ```es_config['transport.tcp.port']``` - the transport port for the node