From df25130507eb79ec6613c544c60358e342b6f4df Mon Sep 17 00:00:00 2001 From: leahleahy <82116004+leahleahy@users.noreply.github.com> Date: Wed, 14 Apr 2021 15:43:01 -0400 Subject: [PATCH] Update copy_fields.asciidoc (#25053) Co-authored-by: Brandon Morelli --- libbeat/processors/actions/docs/copy_fields.asciidoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libbeat/processors/actions/docs/copy_fields.asciidoc b/libbeat/processors/actions/docs/copy_fields.asciidoc index c958d3c6e82..07a56dbf149 100644 --- a/libbeat/processors/actions/docs/copy_fields.asciidoc +++ b/libbeat/processors/actions/docs/copy_fields.asciidoc @@ -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.