mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adding syntax highlighting to all codeblocks
parent
1b20341970
commit
57821721e3
|
@ -5,7 +5,7 @@ Actually SeaweedFS can give you more!
|
||||||
# Experience it first
|
# Experience it first
|
||||||
|
|
||||||
You can continuously watch the SeaweedFS meta data changes. Let's also filter with `jq` and see only the new files created:
|
You can continuously watch the SeaweedFS meta data changes. Let's also filter with `jq` and see only the new files created:
|
||||||
```
|
```console
|
||||||
$ weed filer.meta.tail -timeAgo=3h | jq .eventNotification.newEntry
|
$ weed filer.meta.tail -timeAgo=3h | jq .eventNotification.newEntry
|
||||||
{
|
{
|
||||||
"name": "abc.png",
|
"name": "abc.png",
|
||||||
|
@ -40,7 +40,7 @@ $ weed filer.meta.tail -timeAgo=3h | jq .eventNotification.newEntry
|
||||||
|
|
||||||
See the help:
|
See the help:
|
||||||
|
|
||||||
```
|
```console
|
||||||
$ weed filer.meta.tail -h
|
$ weed filer.meta.tail -h
|
||||||
Example: weed filer.meta.tail [-filer=localhost:8888] [-target=/]
|
Example: weed filer.meta.tail [-filer=localhost:8888] [-target=/]
|
||||||
Default Usage:
|
Default Usage:
|
||||||
|
@ -62,7 +62,7 @@ Description:
|
||||||
```
|
```
|
||||||
|
|
||||||
If configured Elastic Search server names, the meta data will be sent to Elastic Search
|
If configured Elastic Search server names, the meta data will be sent to Elastic Search
|
||||||
```
|
```console
|
||||||
$ weed filer.meta.tail -es=http://localhost:9200
|
$ weed filer.meta.tail -es=http://localhost:9200
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue