adding syntax highlighting to all codeblocks

JesseBot 2023-11-18 17:22:27 +01:00
parent 1b20341970
commit 57821721e3

@ -5,7 +5,7 @@ Actually SeaweedFS can give you more!
# 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:
```
```console
$ weed filer.meta.tail -timeAgo=3h | jq .eventNotification.newEntry
{
"name": "abc.png",
@ -40,7 +40,7 @@ $ weed filer.meta.tail -timeAgo=3h | jq .eventNotification.newEntry
See the help:
```
```console
$ weed filer.meta.tail -h
Example: weed filer.meta.tail [-filer=localhost:8888] [-target=/]
Default Usage:
@ -62,7 +62,7 @@ Description:
```
If configured Elastic Search server names, the meta data will be sent to Elastic Search
```
```console
$ weed filer.meta.tail -es=http://localhost:9200
```