lukewaite / logstash-input-cloudwatch-logs

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

Execute in parallel 10 requests per seconds #59

Open LM1LC3N7 opened 6 years ago

LM1LC3N7 commented 6 years ago

Hello,

According to the official AWS API documentation, calls are limited to 1 Mo of logs per requests and 10 requests per seconds (Source).

Is this plugin (can / will) implement multi "threads" in order to execute 10 requests per seconds and collect previous logs more quickly?

Thanks.