From 28941bb3a1a6ddefff69294c2a1a3c6e8f75c0d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krze=C5=9Bniak?= Date: Tue, 15 Sep 2020 23:49:32 +0200 Subject: [PATCH] [docs] typo in the command line (#20799) `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 ...] ``` --- filebeat/docs/inputs/input-log.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebeat/docs/inputs/input-log.asciidoc b/filebeat/docs/inputs/input-log.asciidoc index 0a69a9b65c2..6ebaf38733e 100644 --- a/filebeat/docs/inputs/input-log.asciidoc +++ b/filebeat/docs/inputs/input-log.asciidoc @@ -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