From 0eba330d3dd528f6416221cc5b96d86bd96de156 Mon Sep 17 00:00:00 2001 From: Louis Ong <26863726+louisong@users.noreply.github.com> Date: Fri, 18 Sep 2020 06:28:49 +0800 Subject: [PATCH] Update input-log.asciidoc (#20965) --- 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 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.