Esity
(Matthew Iverson)
October 1, 2018, 3:19am
1
So I am trying to get multiline to work and am doing something stupid. Anyone see anything inherently wrong?
- type: log
paths:
- "/var/log/elasticsearch/elasticsearch.log"
tags: [ "elasticsearch" ]
multiline.pattern: '^[[:space:]]+(at|\.{3})\b|^Caused by:'
multiline.negate: false
multiline.match: after
Esity
(Matthew Iverson)
October 1, 2018, 3:19am
2
When I got to Kibana and search, it is showing each line as a different item. This is whatever the standard log format for ES is
kvch
(Noémi Ványi)
October 1, 2018, 6:31am
3
Could you provide an example log?
Also, have you tried using the elasticsearch module provided by Filebeat: https://www.elastic.co/guide/en/beats/filebeat/6.4/filebeat-module-elasticsearch.html ?
system
(system)
Closed
October 29, 2018, 6:31am
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.