Using Smart Filter for nested structure #4408
-
|
Hello, I have following structure for Kafka message. What filter should I write in order to search for a specific load_code? I have tried following smart filter syntax and did not work. Is it because I have This filter works because event_type is at top level Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I was able to figure it out. I had to put quotes around net.companyname.LoadMatchFound and also add string following the load_code at the end. Posting the solution. |
Beta Was this translation helpful? Give feedback.
I was able to figure it out. I had to put quotes around net.companyname.LoadMatchFound and also add string following the load_code at the end. Posting the solution.