Need help using javascript filter #2083
Replies: 4 comments 1 reply
-
moved to discussions... |
Beta Was this translation helpful? Give feedback.
-
this is utterly annoying and I spent awhile trying to bludgeon the nashorn API into doing something smarter than this. I failed. this will work tho:
|
Beta Was this translation helpful? Give feedback.
-
the problem here seems to be that JSON.stringify doesn't like working with non-javascript-native objects. I'm sure there's a solution here in |
Beta Was this translation helpful? Give feedback.
-
@osheroff Thank you very much!! As i get more familiar I hope to be able to contribute 🙏🏻 |
Beta Was this translation helpful? Give feedback.
-
Hi! New to this package and can use some help. I'm using Kinesis as the Producer for our maxwell image. However, we're using Datadog and want to dump the output of the row for logging purposes. here's the question. in
process_row()
if we do thisThe do not show
row.data
orrow.old_data
. In fact for some reason they come back undefined. Now, if we simply uselogger.info(row.data)
it's all good.Any suggestions on how to get this to display properly?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions