Search code examples
logginglogstashfilebeatelk

how can i send filebeat output to logstash via udp protocol?


is there any way to send data from filebeat to logstash via udp protocol, I configured logstash to receive data from udp, can i do the same with filebeat. Thank you


Solution

  • Q: is there any way to send data from filebeat to logstash via udp protocol?

    No, Filebeat can not send events over UDP. Here are all the available Filebeat outputs:

    https://www.elastic.co/guide/en/beats/filebeat/current/configuring-output.html

    Filebeat can only read events over UDP as described here:

    https://www.elastic.co/guide/en/beats/filebeat/master/filebeat-input-udp.html

    Furthermore, here are some answers to identical questions that come to the same result:

    I hope I could help you.