Replies: 2 comments
-
resolved)))
|
Beta Was this translation helpful? Give feedback.
0 replies
-
but also able to set vars from json and also able to use - it would be great) |
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
-
So i have for example this input
and i need get
this
but message can have dinamic json keys
and i try use this approach
But
just have for example this
i tryed use this before
parsed_message = parse_json(.message) ?? {}
container_image = .log.kubernetes.container_image
.container_image = container_image
but it get container_image as null.
how i can do this?
Beta Was this translation helpful? Give feedback.
All reactions