Updated REST test README to include required params when running tests
This commit is contained in:
parent
5137f44bd6
commit
8d602c6692
|
@ -10,7 +10,7 @@ Elasticsearch as follows:
|
|||
|
||||
[source,sh]
|
||||
---------------------
|
||||
bin/elasticsearch -E script.inline true -E node.attr.testattr test -E path.repo /tmp -E repositories.url.allowed_urls 'http://snapshot.*'
|
||||
bin/elasticsearch -Enode.attr.testattr=test -Epath.repo=/tmp -Erepositories.url.allowed_urls='http://snapshot.*'
|
||||
---------------------
|
||||
|
||||
=======================================
|
||||
|
|
Loading…
Reference in New Issue