Skip to content

Commit

Permalink
[docs] typo in the command line (#20799) (#21106)
Browse files Browse the repository at this point in the history
Co-authored-by: Paweł Krześniak <pawel@elastic.co>
  • Loading branch information
dedemorton and immon authored Sep 16, 2020
1 parent 1bc2955 commit cf5375c
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 cf5375c

Please sign in to comment.