lawsoc-scraper/test/lawsoc_example_curl-elastic.../create_settings-minimal.sh

11 lines
151 B
Bash

curl -XPUT http://localhost:9200/lawsoc_2015-10-05/ -d '
{
"settings":{
"index":{
"number_of_replicas":"1",
"number_of_shards":"5"
}
}
}
'