Hi there. I had a toruble. When i receve error.log from Filebeat, it is doesnt parse "message" field.
Here is example:
{
"_index": "filebeat-7.0.0-2019.05.08-000001",
"_type": "_doc",
"_id": "JoZKtWoBYMWq00tgC4aV",
...
"fileset": {
"name": "error"
},
"message": "upstream timed out (110: Connection timed out) while reading response header from upstream, client: 46.172.223.88, server: , request: \"POST /member/rpc/json?nocache=1557813031586 HTTP/2.0\", upstream: \"http://192.168.1.2:80/member/rpc/json?nocache=1557813031586\", host: \"app.bigbird.ru\", referrer: \"https://app.bigbird.ru/seller/\"",
"input": {
"type": "log"
},
....
}
Is that any way to fix this, without using Logstash?