diff --git a/filebeat/docs/inputs/input-log.asciidoc b/filebeat/docs/inputs/input-log.asciidoc index 6ebaf38733e2..8d4ef24a55ab 100644 --- a/filebeat/docs/inputs/input-log.asciidoc +++ b/filebeat/docs/inputs/input-log.asciidoc @@ -73,7 +73,7 @@ of the file. To solve this problem you can configure `file_identity` option. Pos values besides the default `inode_deviceid` are `path` and `inode_marker`. Selecting `path` instructs {beatname_uc} to identify files based on their -paths. This is a quick way to aviod rereading files if inode and device ids +paths. This is a quick way to avoid rereading files if inode and device ids might change. However, keep in mind if the files are rotated (renamed), they will be reread and resubmitted.