Set number_of_replicas to 0 by default in elasticsearch

This commit is contained in:
simon987 2020-06-26 18:10:51 -04:00
parent 7e92d4b7d1
commit c636d3d921
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
{
"index": {
"refresh_interval": "30s",
"codec": "best_compression"
"codec": "best_compression",
"number_of_replicas": 0
},
"analysis": {
"tokenizer": {

File diff suppressed because one or more lines are too long