Skip to content

Commit 0980a51

Browse files
committed
Updated CI configuration
1 parent e4da7c1 commit 0980a51

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.ci/run-elasticsearch.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ docker network inspect "$NETWORK_NAME" > /dev/null 2>&1 || docker network create
9090
environment=($(cat <<-END
9191
--env node.name=$NODE_NAME
9292
--env cluster.name=$CLUSTER_NAME
93-
--env cluster.initial_master_nodes=$MASTER_NODE_NAME
94-
--env discovery.seed_hosts=$MASTER_NODE_NAME
93+
--env discovery.zen.ping.unicast.hosts=elasticsearch
94+
--env xpack.security.enabled=false
95+
--env xpack.monitoring.enabled=false
96+
--env xpack.ml.enabled=false
9597
--env cluster.routing.allocation.disk.threshold_enabled=false
9698
--env bootstrap.memory_lock=true
9799
--env node.attr.testattr=test

0 commit comments

Comments
 (0)