You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix header hierarchy in Filestream options (#44773)
* docs: fix header hierarchy
Make all scanner options the same level.
Also indent "Scanner options",
as in my understanding it is part of the "Prospector options" section.
* revert hierarchy change for "Scanner options" header
A list of regular expressions to match the files that you want Filebeat to include. If a list of regexes is provided, only the files that are allowed by the patterns are harvested.
189
189
@@ -206,7 +206,7 @@ Patterns should start with `^` in case of absolute paths.
206
206
See [Regular expression support](/reference/filebeat/regexp-support.md) for a list of supported regexp patterns.
The `symlinks` option allows Filebeat to harvest symlinks in addition to regular files. When harvesting symlinks, Filebeat opens and reads the original file even though it reports the path of the symlink.
212
212
@@ -217,7 +217,7 @@ The `symlinks` option can be useful if symlinks to the log files have additional
217
217
Because this option may lead to data loss, it is disabled by default.
If this option is enabled a file is resent if its size has not changed but its modification time has changed to a later time than before. It is disabled by default to avoid accidentally resending files.
0 commit comments