-
Hi All, i have the following transformation sector to apply a filter on idr json input and then create a metric to count the errors.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Wondering if this works... |
Beta Was this translation helpful? Give feedback.
It doesn't yet, but we have thought about adding something like that. See #1692
As a workaround you can use a
remap
transform to default the field if it is unset like:if !exists(.sdp.codec) { .sdp.codec = "unknown" }