Logstash Version: 6.2.2
S3 Plugin: 3.4.1
Conf:
input{
s3 {
bucket => "xxxxxxx-xxxxxxxl-elb-logs"
region => "ap-south-1"
type => "elb"
interval => 5
}
I am facing an issue where the data populated is incomplete(complete data missing in between of around 10 mins intervals)
I tried changing the time on sincedb file to older time. Then it populates again to current time properly and then again the issue persists.
Any ideas?