Skip to content

Commit

Permalink
x-pack/filebeat/docs/inputs/input-cel: fix docs for redact (elastic#3…
Browse files Browse the repository at this point in the history
…6754)

The documentation shows the type of redact.fields as a scalar. This is not
correct; it should be an array.
  • Loading branch information
efd6 authored and Scholar-Li committed Feb 5, 2024
1 parent 27d2950 commit 9ad0dae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/filebeat/docs/inputs/input-cel.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,8 @@ filebeat.inputs:
user: user@domain.tld
password: P@$$W0₹D
redact:
fields: password
fields:
- password
delete: true
----

Expand Down

0 comments on commit 9ad0dae

Please sign in to comment.