a question about json_parser #17801
Replies: 2 comments
-
Hi, You can use the remap transform with the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Duplicate: #17817 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have gotten message like this:
{"log":"this is 456","tag":"demotag1","timestamp":"2023-06-29T22:08:58.758192934Z"}
{"log":"this is 123","tag":"demotag2","timestamp":"2023-06-29T22:08:58.580667480Z"}
when json_parser of transforms is deprecated,how can I only get message like "this is 456" and "this is 123",yes, only get json's value ,
and I want sent "this is 456" to kafka1 ,"this is 123" to kafka2.
Beta Was this translation helpful? Give feedback.
All reactions