mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
12 lines
268 B
TOML
12 lines
268 B
TOML
|
[elastic7]
|
||
|
enabled = true
|
||
|
servers = [
|
||
|
"http://localhost: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
|