Skip to content

Commit

Permalink
Fix indentation in add_fields processor documentation (elastic#15926)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0d45df1)
  • Loading branch information
eedugon authored and kvch committed Mar 13, 2020
1 parent aac538e commit 3c8cbcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libbeat/processors/actions/docs/copy_fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ For example, this configuration:
------------------------------------------------------------------------------
processors:
- copy_fields:
fields:
- from: message
to: event.original
fail_on_error: false
ignore_missing: true
fields:
- from: message
to: event.original
fail_on_error: false
ignore_missing: true
------------------------------------------------------------------------------

Copies the original `message` field to `event.original`:
Expand Down

0 comments on commit 3c8cbcb

Please sign in to comment.