How to configure Filebeat to send logs over UDP (to Graylog)?

Filebeat doesn't support sending data over UDP, the currently supported output are:

  • Elasticsearch
  • Logstash (custom protocol with the beat input.)
  • Redis
  • Kafka

I believe Graylog has an implementation of the beats input.