lukewaite / logstash-input-cloudwatch-logs

Input plugin for Logstash to stream events from CloudWatch Logs
Other
142 stars 74 forks source link

Added using next token #87

Open VladislavAnd opened 4 years ago

VladislavAnd commented 4 years ago

Added using next token and getting all logs for time period.
With this changes I get almost all logs from CloudWatch. (Sometimes this plugin can skip 1-2 log event for 100 thousands)

For #46 and #74