We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bae671 commit 4adbe94Copy full SHA for 4adbe94
travis/download_and_run_es.sh
@@ -25,8 +25,8 @@ find . -name "elasticsearch.yml" | while read TXT ; do echo 'path.repo: ["/tmp"]
25
echo "Starting Elasticsearch v${ES_VERSION}"
26
27
./elasticsearch-*/bin/elasticsearch \
28
- -E es.discovery.zen.ping_timeout=1s \
29
- -E es.discovery.zen.minimum_master_nodes=1 \
+ -E discovery.zen.ping_timeout=1s \
+ -E discovery.zen.minimum_master_nodes=1 \
30
-d
31
32
0 commit comments