From e74c0dbebf16b089b7537f3ee46ad026693ed7f2 Mon Sep 17 00:00:00 2001 From: Tiago Queiroz Date: Wed, 13 Sep 2023 18:25:55 +0200 Subject: [PATCH] Fix filestream configuration keys in docs (#36533) Filestream docs mentioned `clean.on_state_change.removed` and `close_removed`, however those are not the correct configuration keys. This commit fixes that. --- filebeat/docs/inputs/input-filestream-file-options.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filebeat/docs/inputs/input-filestream-file-options.asciidoc b/filebeat/docs/inputs/input-filestream-file-options.asciidoc index 8b1bd083668f..db00a8fe7662 100644 --- a/filebeat/docs/inputs/input-filestream-file-options.asciidoc +++ b/filebeat/docs/inputs/input-filestream-file-options.asciidoc @@ -373,7 +373,7 @@ results in files that are not completely read because they are removed from disk too early, disable this option. This option is enabled by default. If you disable this option, you must also -disable `clean.on_state_change.removed`. +disable `clean_removed`. WINDOWS: If your Windows log rotation system shows errors because it can't rotate files, make sure this option is enabled. @@ -480,7 +480,7 @@ will be read again from the beginning because the states were removed from the registry file. In such cases, we recommend that you disable the `clean_removed` option. -You must disable this option if you also disable `close_removed`. +You must disable this option if you also disable `close.on_state_change.removed`. [float] ===== `backoff.*`