Skip to content

Instantly share code, notes, and snippets.

View Jonathan-Kris's full-sized avatar

Jonathan-Kris

View GitHub Profile
@Jonathan-Kris
Jonathan-Kris / template.json
Created September 29, 2022 04:55
Elasticsearch Shard & Replica Settings
{
"template": "*",
"settings": {
"index": {
"number_of_shards": 5,
"number_of_replicas": 0
}
}
}