Browse Source

filer.meta.tail: add example to send metadata to elastic search

pull/2427/head
Chris Lu 3 years ago
parent
commit
edbf6d297b
  1. 2
      weed/command/filer_meta_tail.go

2
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
`,
}

Loading…
Cancel
Save