diff options
| author | chrislu <chris.lu@gmail.com> | 2022-05-30 20:24:59 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-05-30 20:24:59 -0700 |
| commit | 490e0850bff7a7fea3d9dd35e2761371a743ec4e (patch) | |
| tree | 789a4cac7700bc48329bdc307157c098d81aee0b | |
| parent | c59068d0f30722c731f39eaab0c08588a8b58a13 (diff) | |
| download | seaweedfs-490e0850bff7a7fea3d9dd35e2761371a743ec4e.tar.xz seaweedfs-490e0850bff7a7fea3d9dd35e2761371a743ec4e.zip | |
filer.meta.tail add one example of using untilTimeAgo
| -rw-r--r-- | weed/command/filer_meta_tail.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/filer_meta_tail.go b/weed/command/filer_meta_tail.go index c99fdc02a..cc3e014c6 100644 --- a/weed/command/filer_meta_tail.go +++ b/weed/command/filer_meta_tail.go @@ -25,6 +25,7 @@ var cmdFilerMetaTail = &Command{ weed filer.meta.tail -timeAgo=30h | grep truncate weed filer.meta.tail -timeAgo=30h | jq . + weed filer.meta.tail -timeAgo=30h -untilTimeAgo=20h | jq . weed filer.meta.tail -timeAgo=30h | jq .eventNotification.newEntry.name weed filer.meta.tail -timeAgo=30h -es=http://<elasticSearchServerHost>:<port> -es.index=seaweedfs |
