Skip to content

Commit

Permalink
Fix filestream configuration keys in docs (#36533) (#36584)
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.

(cherry picked from commit 6f9303c)

Co-authored-by: Tiago Queiroz <[email protected]>
  • Loading branch information
mergify[bot] and belimawr authored Sep 14, 2023
1 parent 8215e78 commit ba6a0bc
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 ba6a0bc

Please sign in to comment.