From edbf6d297b923b803b2406662e9eedf59915363a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 31 Oct 2021 18:01:33 -0700 Subject: [PATCH] filer.meta.tail: add example to send metadata to elastic search --- weed/command/filer_meta_tail.go | 2 ++ 1 file changed, 2 insertions(+) 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://: -es.index=seaweedfs + `, }