Replies: 4 comments
-
Hi @teeohhem, I used your inputs here and the result looks OK. Btw, your JSON event is missing some |
Beta Was this translation helpful? Give feedback.
-
Hi @pront . Thanks for the response. I fixed my JSON event above. Yes, with Here's the example: here Here is my workaround/desired behavior: here |
Beta Was this translation helpful? Give feedback.
-
For flattening the "errors" only see this example. This example might help understand the differences. |
Beta Was this translation helpful? Give feedback.
-
I'm arguing that if I want to flatten In other words
should result in:
|
Beta Was this translation helpful? Give feedback.
-
When using the flatten operation, referencing a field (that contains an object) from an event results in a no-op. This is because when you reference a field from a vector event, you are just given the value, which in this case, is just an object without a key. Therefore, obviously, there is nothing to flatten.
I personally would expect the flatten operation to "just work" and flatten with the key into the main event.
Here's an example:
Event
VRL
Expected:
Actual:
No change to the event.
Beta Was this translation helpful? Give feedback.
All reactions