new filer option to es v7.

This commit is contained in:
ruitao.liu
2020-09-03 16:34:58 +08:00
parent 1d56ea24ef
commit a93d27d1e8
4 changed files with 304 additions and 0 deletions

View File

@@ -173,6 +173,12 @@ enabled = false
uri = "mongodb://localhost:27017"
option_pool_size = 0
database = "seaweedfs"
[elastic7]
enabled = false
servers = "http://localhost:9200"
# increase the value is recommend, both filer and elastic cluster
index.max_result_window = 10000
`
NOTIFICATION_TOML_EXAMPLE = `