Merge pull request #1455 from taozix/master

add more basic elastic options.
This commit is contained in:
Chris Lu
2020-09-10 01:31:17 -07:00
committed by GitHub
3 changed files with 60 additions and 32 deletions

View File

@@ -176,7 +176,15 @@ 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
`