Make one filebeat send data to elasticsearch and to logstash

hello,

i am currently sending some logfiles to elasticsearch using filebeat,
filebeat is on one machine, and elastich on an other (elk) machine
thats all working fine,
but i want to send -using the same filebeat- data to logstash aswell
now i have read something about multiple piplines, but i have no idea
how this all works.
can someone help me out here?

Unfortunately, it is not possible to send to multiple outputs using one Filebeat instance. You need to run a separate instance with the appropriate configuration to send events to other outputs.

thank you for your response,

because i am quite new to this
how can i run multiple instances of filebeat?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.