Skip to content

Commit

Permalink
[docs] typo in the command line (#20799)
Browse files Browse the repository at this point in the history
`UUD` command like parameter should read `UUID`

```
$ lsblk -o MOUNTPOINT,UUD
lsblk: unknown column: UUD
imo@lake:~$ lsblk -o MOUNTPOINT,UUID
MOUNTPOINT                   UUID
/snap/core/9665              
[... and more ...]
```
  • Loading branch information
immon committed Sep 15, 2020
1 parent d14c6a1 commit 6f29212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/docs/inputs/input-log.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ more volatile.

["source","sh",subs="attributes"]
----
$ lsblk -o MOUNTPOINT,UUD | grep /logs | awk '{print $2}' >> /logs/.filebeat-marker
$ lsblk -o MOUNTPOINT,UUID | grep /logs | awk '{print $2}' >> /logs/.filebeat-marker
----

To set the generated file as a marker for `file_identity` you should configure
Expand Down

0 comments on commit 6f29212

Please sign in to comment.