Filebeat haproxy module messages

Hello,

i would like to use the haproxy module of filebeat. The logs also arrive on my ELK stack, unfortunately messages are not converted into keyvalues.

The Informations are still in message.

How can I customize this?

hi @froot
can you share a config from your filebeat.

- module: haproxy
  # All logs
  log:
    enabled: true
    var.paths: ["/var/log/haproxy*.log"]
    var.input: "file"

can you also elaborate more about how your message looks like and how you would like to see it?

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