-
Notifications
You must be signed in to change notification settings - Fork 19
Bugzilla 1149666 #57
Bugzilla 1149666 #57
Conversation
Can you rebase this off |
Why only the last diff is different? |
To get rid of the duplicated commits from #55. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The previous data export included the leftover Fields in the output - there are a few things that are not inside the payload that could be useful, though I'm not sure whether they are neccessary or not. geoCountry
and Timestamp
are likely to be of interest.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The goal is to pass back the original structure, correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to provide everything in the heka message, with the payload combined back into its original structure.
It is only a github display issue. |
I get an error of "error: Failed serializing: bad argument #0 to '?' (must have one string argument)" when trying to use this with the S3 input - is that due to the "raw" message not being properly assigned in the input code? |
Yeah, this PR pulls in the Heka with the fix (i.e. you need to build the pipeline with this tag for this encoder to work) |
Conflicts: bin/build_pipeline_heka.sh
No description provided.