Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keep_original is not documented #13574

Closed
Randy-312 opened this issue Sep 10, 2019 · 2 comments
Closed

keep_original is not documented #13574

Randy-312 opened this issue Sep 10, 2019 · 2 comments

Comments

@Randy-312
Copy link

I don't see the keep_original flag, noted in several issues 9172 and 8083.

As this is not documented for the docker input or container, I'd like to verify I can use it.

Seems like a simple documentation update miss, so hope you can correct it shortly.

@jsoriano
Copy link
Member

@Randy-312 thanks for taking the time for opening this issue, but the keep_original flag was not merged at the end as you can see in this comment #9172 (comment)

Instead, the copy_fields processor can be used:

processors:
- copy_fields:
    fields:
      - from: message
        to: event.original
    fail_on_error: false
    ignore_missing: true

@endersonmaia
Copy link

copy_fields is not documented either #12633

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants