Skip to content

Commit

Permalink
Update copy_fields.asciidoc (#25053)
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Morelli <bmorelli25@gmail.com>
  • Loading branch information
leahleahy and bmorelli25 committed Apr 14, 2021
1 parent cc7fcd1 commit df25130
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions libbeat/processors/actions/docs/copy_fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
The `copy_fields` processor copies a field to another one.

`fields`:: List of `from` and `to` pairs to copy from and to.
`fail_on_error`:: (Optional) If set to true, in case of an error the changes to
the event are reverted, and the original event is returned. If set to `false`,
processing continues also if an error happens. Default is `true`.
`ignore_missing`:: (Optional) Whether to ignore events that lack the source
`fail_on_error`:: (Optional) If set to `true` and an error occurs, the changes are reverted and the original is returned. If set to `false`,
processing continues if an error occurs. Default is `true`.
`ignore_missing`:: (Optional) Indicates whether to ignore events that lack the source
field. The default is `false`, which will fail processing of
an event if a field is missing.

Expand Down

0 comments on commit df25130

Please sign in to comment.