Filebeat multiple outputs

No @Thirupathi, Filebeat watches and processes files. It's not intended for heavy duty ETL processing.

If you are wanting to send to multiple outputs rather than run 2 Filebeat instances you may want to look at using Logstash instead. It has output plugins for Kafka and Elasticsearch via a file input plugin.

Multiple outputs can be configured for Logstash:

Let us know if that better suits your use case.

1 Like