Someone checked the return compatibility of filebeat-6.3.2 and logstash 6.2.3 versions?
I have ELK a stack. Logstash accepts a stream, puts in redis and behind that from him sends Elasticsearch. Today I tried to adjust work of the applications stated above. Identical configs of filebeat result in different results. Filebeat 6.2.3 sends data to logstash 6.2.3 and I see them in Kibana. BUT Filebeat 6.3.2 doesn't send data with the same config as version 6.2.3
My config:
filebeat.prospectors:
- input_type: log
paths:
- /opt/app/applogs/logs/app-logstash.json.log
json.keys_under_root: true
json.add_error_key: true
json.message_key: message
json.overwrite_keys: true
output.logstash:
hosts: ["logstashhost:5044"]