Hi
I have 10 kafka topic messages to be read for 3 different services which are configured as inputs in logstash.
We do enrich data by grok filters and mutate with date fields.
Ouput of these messages are sent to 3 destination
kafka topic
elasticsearch
How can we make use of pipelines here?
Chitra