Skip to content

Instantly share code, notes, and snippets.

@up1
Created March 25, 2015 00:46
Show Gist options
  • Save up1/aef065bafb962533c972 to your computer and use it in GitHub Desktop.
Save up1/aef065bafb962533c972 to your computer and use it in GitHub Desktop.
Elasticsearch 1.5
POST /myindex
{
"settings": {
"number_of_shards": 2,
"data_path": "/tmp/myindex"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment