Skip to content

Commit 1448bea

Browse files
committed
Disabled multicast discovery.
1 parent 839feab commit 1448bea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cluster:
22
name: ${CLUSTER_NAME}
3-
3+
44
node:
55
master: ${NODE_MASTER}
66
data: ${NODE_DATA}

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export CLUSTER_NAME=${CLUSTER_NAME:-elasticsearch-default}
44
export NODE_MASTER=${NODE_MASTER:-true}
55
export NODE_DATA=${NODE_DATA:-true}
66
export HTTP_ENABLE=${HTTP_ENABLE:-true}
7-
export MULTICAST=${MULTICAST:-true}
7+
export MULTICAST=${MULTICAST:-false}
88

99
export NAMESPACE=${NAMESPACE:-default}
1010
export DISCOVERY_SERVICE=${DISCOVERY_SERVICE:-elasticsearch-discovery}

0 commit comments

Comments
 (0)