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 4cb0f46 commit f14452cCopy full SHA for f14452c
scripts/travis/install_elasticsearch.sh
@@ -5,4 +5,5 @@ then
5
tar -xzf elasticsearch-${ES_VERSION}.tar.gz
6
./elasticsearch-${ES_VERSION}/bin/plugin -install elasticsearch/elasticsearch-analysis-icu/2.3.0
7
./elasticsearch-${ES_VERSION}/bin/elasticsearch &
8
+ curl 'localhost:9200/_cat/health?v'
9
fi
0 commit comments