I have filebeat sending logs to logstash on AWS, but it's not getting any feedback from logstash, and it resend the files over and over,
here is the error msg from Preformatted textilebeat logs ,
Filebeat version 6.3.2
Filebeat Configuration:
type: log
timeout: 1
# Change to true to enable this prospector configuration.
enabled: true
# Paths that should be crawled and fetched. Glob based paths.
paths:
-AAA\*.log
close_inactive: true
close_eof: true
#================================ Outputs =====================================
#----------------------------- Logstash output --------------------------------
hosts: ["awscloud.com:5044"]
logstash input configurations:
input {
beats {
port => 5044
client_inactivity_timeout => 5400
}
}