diff options
| -rw-r--r-- | weed/command/filer_meta_tail.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/command/filer_meta_tail.go b/weed/command/filer_meta_tail.go index cff39fe49..26b155440 100644 --- a/weed/command/filer_meta_tail.go +++ b/weed/command/filer_meta_tail.go @@ -30,6 +30,8 @@ var cmdFilerMetaTail = &Command{ weed filer.meta.tail -timeAgo=30h | jq . weed filer.meta.tail -timeAgo=30h | jq .eventNotification.newEntry.name + weed filer.meta.tail -timeAgo=30h -es=http://<elasticSearchServerHost>:<port> -es.index=seaweedfs + `, } |
