add more basic elastic options.

This commit is contained in:
ruitao.liu
2020-09-10 14:22:07 +08:00
parent daf0a449f7
commit 3f7fbfddca
2 changed files with 40 additions and 16 deletions

View File

@@ -176,7 +176,11 @@ database = "seaweedfs"
[elastic7]
enabled = false
servers = "http://localhost:9200"
servers = "http://localhost1:9200,http://localhost2:9200,http://localhost3:9200"
username = ""
password = ""
sniff_enabled = false
healthcheck_enabled = false
# increase the value is recommend, be sure the value in Elastic is greater or equal here
index.max_result_window = 10000
`