From 397dcaa375729c628aeec6e02fd3f492cdb3a602 Mon Sep 17 00:00:00 2001 From: leahleahy <82116004+leahleahy@users.noreply.github.com> Date: Tue, 13 Apr 2021 17:29:57 -0400 Subject: [PATCH 1/2] Update copy_fields.asciidoc --- 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..f751601831a 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. From 4fd43ee2b5a276918ffe56de9a06229681b8b7a9 Mon Sep 17 00:00:00 2001 From: leahleahy <82116004+leahleahy@users.noreply.github.com> Date: Tue, 13 Apr 2021 17:54:12 -0400 Subject: [PATCH 2/2] Update libbeat/processors/actions/docs/copy_fields.asciidoc Co-authored-by: Brandon Morelli --- libbeat/processors/actions/docs/copy_fields.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbeat/processors/actions/docs/copy_fields.asciidoc b/libbeat/processors/actions/docs/copy_fields.asciidoc index f751601831a..07a56dbf149 100644 --- a/libbeat/processors/actions/docs/copy_fields.asciidoc +++ b/libbeat/processors/actions/docs/copy_fields.asciidoc @@ -8,7 +8,7 @@ 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 and an error occurs, the changes are reverted and the original is returned. If set to `false`, +`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