Skip to content

Commit

Permalink
Fix indentation in add_fields processor documentation (#15926)
Browse files Browse the repository at this point in the history
  • Loading branch information
eedugon authored Jan 29, 2020
1 parent a80a914 commit 0d45df1
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 @@ -17,11 +17,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 0d45df1

Please sign in to comment.