Hi Team,
When setting up filebeat in lower environment we used filebeat 5.5 version and now we are planning to move to filebeat 6.1.0.
My question is to understand if there is any major configuration change that we need to pay attention to?
In 5.5, we modified filebeat.yml on below parameters:
- input_type: log
paths:
- /app/app.log
fields:
app_id: field_name
name:
tags:
env:
output.logstash:
hosts: [hostname:port]
However, in 6.1.0, i see additional parameter options. SO wanted to understand if i maintain the same configs as i set for 5.5 will all work as expected? Never saw any issues in lower env when used 5.5.
Please advise