From c5b176127e1b7368bc766ed782b29b257aafb54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krze=C5=9Bniak?= Date: Wed, 26 Aug 2020 13:33:28 +0200 Subject: [PATCH] [docs] typo in the command line `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 0a69a9b65c29..6ebaf38733e2 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