I'm using filebeat version 5.0.0-alpha3 (amd64), libbeat 5.0.0-alpha3 for realtime log collection trial in following config:
filebeat.prospectors:
- input_type: log
paths:
- /path/to/access.log.*
output.logstash:
hosts: ["10.0.0.1:24224", "10.0.0.2:24224"]
loadbalance: true
Log record flow is forwarder(filebeat x 3) -> aggregator(td-agent x 2) -> serializer(td-agent x 2) -> file output.
Two questions are as follows:
- Most records arrive immediately, but very few record takes 1-2 hours. Can I shorten time by filebeat.yml setting?
- When does 5.0.0 become production release?