mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 18:26:43 +00:00
Set number_of_replicas to 0 by default in elasticsearch
This commit is contained in:
parent
7e92d4b7d1
commit
c636d3d921
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"index": {
|
"index": {
|
||||||
"refresh_interval": "30s",
|
"refresh_interval": "30s",
|
||||||
"codec": "best_compression"
|
"codec": "best_compression",
|
||||||
|
"number_of_replicas": 0
|
||||||
},
|
},
|
||||||
"analysis": {
|
"analysis": {
|
||||||
"tokenizer": {
|
"tokenizer": {
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user