Skip to content

Instantly share code, notes, and snippets.

@Jonathan-Kris
Created September 29, 2022 04:55
Show Gist options
  • Save Jonathan-Kris/fed1c864090c3d5456f9a2a0a2c9e7a4 to your computer and use it in GitHub Desktop.
Save Jonathan-Kris/fed1c864090c3d5456f9a2a0a2c9e7a4 to your computer and use it in GitHub Desktop.
Elasticsearch Shard & Replica Settings
{
"template": "*",
"settings": {
"index": {
"number_of_shards": 5,
"number_of_replicas": 0
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment