fix #1614 add auto_expand_replicas
This commit is contained in:
parent
562b320c00
commit
119a3d99bd
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"index": {
|
||||
"refresh_interval": "1s",
|
||||
"number_of_shards": 5,
|
||||
"number_of_replicas": 0
|
||||
"number_of_shards": 1,
|
||||
"number_of_replicas": 0,
|
||||
"auto_expand_replicas": "0-1"
|
||||
},
|
||||
"analysis" : {
|
||||
"tokenizer" : {
|
||||
|
|
Loading…
Add table
Reference in a new issue