Thanks for you support, currently with the last format conf is working but :
- We have set configure "option httplog" in haproxy's side but the events are being sent without any format. In metadata struct in pipeline field you can see filebeat-6.5.0-haproxy-log-pipeline, but no any format comes. The fileset is empty, only in message field have the access log.
- Have filebeat haproxy's module any requirement about Haproxy's version?
"@timestamp": "2018-11-20T10:47:06.000Z",
"@metadata": {
"beat": "filebeat",
"type": "doc",
"version": "6.5.0",
"truncated": false,
"pipeline": "filebeat-6.5.0-haproxy-log-pipeline"
},
"source": "127.0.0.1:43424",
"process": {},
"fileset": {
"name": "log",
"module": "haproxy"
},
"prospector": {
"type": "syslog"
},
"input": {
"type": "syslog"
},
"beat": {
"name": "XXXXXXXXXXXXXXXXXX",
"hostname": "XXXXXXXXXXXXXXXX",
"version": "6.5.0"
},
"host": {
"name": "XXXXXXXXXXXXXXXXXX"
},
"message": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"syslog": {
"priority": 142,
"severity_label": "Informational",
"facility": 17,
"facility_label": "local1"
},
"event": {
"severity": 6
}
}