Pipelines
Expressions can be put together in a pipeline
aggregateType contains "abcde" | groupby(payloadType, count())
or even more steps:
aggregateType contains "abcde" | groupby(payloadType, count() as count) | count > 10
Expressions can be put together in a pipeline
aggregateType contains "abcde" | groupby(payloadType, count())
or even more steps:
aggregateType contains "abcde" | groupby(payloadType, count() as count) | count > 10