Multiple outputs for single input

At logstash, does it allow single input (from redis), with 2 different filters and outputs (to elasticsearch and email respectively? Thanks.

You can define as many filters and outputs as you like :slight_smile:

Thanks for reply. But I would like the input can be processed in both filters. Can show me an example? Many thx.