Hello, when searching for an event, how can I join the value of the key and its value? For example, I have the next two events, but I'd like to search only those that are res_kind = Deployment
Event 1:
...
about[0].labels[1].key: "res_kind"
about[0].labels[1].value: "Deployment"
about[0].labels[2].key: "operation_first"
about[0].labels[2].value: "true"
...
Event2:
...
about[0].labels[1].key: "res_kind"
about[0].labels[1].value: "Service"
about[0].labels[2].key: "operation_first"
about[0].labels[2].value: "true"
...
When running with the same value, it does not work:
It should be generic, so it would be something like: