Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New processor: copy_fields (elastic#11303)
A new processor is introduced as part of support for keeping orignal messages. Options and naming follows the convention of other processors. ### `copy_fields` This processor copies one field to another. Example configuration is below: ```yaml processors: - copy_fields: fields: - from: message to: event.original fail_on_error: false ignore_missing: true ```
- Loading branch information