Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

JSON Decoder destroys existing heka message fields #1895

Open
maxstepanov opened this issue Mar 29, 2016 · 1 comment
Open

JSON Decoder destroys existing heka message fields #1895

maxstepanov opened this issue Mar 29, 2016 · 1 comment

Comments

@maxstepanov
Copy link

JSON Decoder will overwrite heka message Fields when it decodes the payload.
I have those fields populated by HTTP Listen Input and i need those afterwards but i also want to decode the JSON payload in HTTP request. Doing so will discard all the fields that already exist.

@maxstepanov
Copy link
Author

There is already a #1867 pull request. But it introduces additional configuration of keeping track of remapping which makes things even more complex. I just don't want fields to be lost as it happens now.

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

No branches or pull requests

1 participant