Skip to main content

all

A condition that tests a child condition against each message of a batch individually. If all messages pass the child condition then this condition also passes.

# Config fields, showing default values
all: {}

For example, if we wanted to check that all messages of a batch contain the word 'foo' we could use this config:

all:
text:
operator: contains
arg: foo