Skip to content

Commit

Permalink
Fix filestream configuration keys in docs (#36533)
Browse files Browse the repository at this point in the history
Filestream docs mentioned `clean.on_state_change.removed` and
`close_removed`, however those are not the correct configuration
keys. This commit fixes that.
  • Loading branch information
belimawr authored Sep 13, 2023
1 parent b7d1f80 commit 6f9303c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filebeat/docs/inputs/input-filestream-file-options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.*`
Expand Down

0 comments on commit 6f9303c

Please sign in to comment.