You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JVM version, 1.8.0_232
OS version,CentOS Linux release 7.6.1810
We upload our log file to S3 every minute on the public network, then Logstash pull them from S3 and output to ES on the subnet.
When the public network environment is not good,some files upload to S3 may fail and lead to re-upload. When the network environment back to normal, several files may have the same last modified timestamp. When Logstash process those files with same last modified timestamp, some files were missed.
This problem occurs frequently. In my case, files upload to S3 every minute, 3~10 files missed every day.
The text was updated successfully, but these errors were encountered:
Logstash information
JVM version, 1.8.0_232
OS version,CentOS Linux release 7.6.1810
We upload our log file to S3 every minute on the public network, then Logstash pull them from S3 and output to ES on the subnet.
When the public network environment is not good,some files upload to S3 may fail and lead to re-upload. When the network environment back to normal, several files may have the same last modified timestamp. When Logstash process those files with same last modified timestamp, some files were missed.
This problem occurs frequently. In my case, files upload to S3 every minute, 3~10 files missed every day.
The text was updated successfully, but these errors were encountered: