how can we write multiple compare condition in xpack?
"condition" : {
"compare" : {
"ctx.payload.status" : { "eq" : "red" }
}
}
I want to have two conditions, one for eq:red and eq:green,
either one should satisfy the condition.
Thanks