aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-09-03 20:10:23 -0700
committerGitHub <noreply@github.com>2020-09-03 20:10:23 -0700
commitf815fce81b060448001f3539a7188aa3602d5544 (patch)
treef0c48e8c2aeb6b778d14ca3bdeb28b7274a5e2d8 /weed/command
parent44b4ebf0ff440c9c5afa4a3e8e91bca61cc3d636 (diff)
parent798280e98003fac50faf057057b2568268a9d566 (diff)
downloadseaweedfs-f815fce81b060448001f3539a7188aa3602d5544.tar.xz
seaweedfs-f815fce81b060448001f3539a7188aa3602d5544.zip
Merge pull request #1446 from taozix/master
new filer store option to es7.
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/scaffold.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index b199f2d2d..c07751786 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -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 = `