Page MenuHomeSoftware Heritage
Paste P313

elasticsearch: indices: template template_swh_workers
ActivePublic

Authored by ardumont on Oct 15 2018, 1:33 PM.
{
"order": 0,
"index_patterns": [
"swh_workers-*"
],
"settings": {
"index": {
"codec": "best_compression",
"refresh_interval": "30s",
"number_of_shards": "2",
"number_of_replicas": "1"
}
},
"mappings": {},
"aliases": {}
}