Skip to content

Commit f6594fb

Browse files
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
1 parent e6fcbae commit f6594fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/filebeat/filebeat-input-filestream.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ filebeat.inputs:
183183

184184
See [Regular expression support](/reference/filebeat/regexp-support.md) for a list of supported regexp patterns.
185185

186-
### `prospector.scanner.include_files` [_prospector_scanner_include_files]
186+
#### `prospector.scanner.include_files` [_prospector_scanner_include_files]
187187

188188
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.
189189

@@ -206,7 +206,7 @@ Patterns should start with `^` in case of absolute paths.
206206
See [Regular expression support](/reference/filebeat/regexp-support.md) for a list of supported regexp patterns.
207207

208208

209-
### `prospector.scanner.symlinks` [filebeat-input-filestream-prospector-scanner-symlinks]
209+
#### `prospector.scanner.symlinks` [filebeat-input-filestream-prospector-scanner-symlinks]
210210

211211
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.
212212

@@ -217,7 +217,7 @@ The `symlinks` option can be useful if symlinks to the log files have additional
217217
Because this option may lead to data loss, it is disabled by default.
218218

219219

220-
### `prospector.scanner.resend_on_touch` [_prospector_scanner_resend_on_touch]
220+
#### `prospector.scanner.resend_on_touch` [_prospector_scanner_resend_on_touch]
221221

222222
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.
223223

0 commit comments

Comments
 (0)