Kamil

Results 11 comments of Kamil

@danielmcquillen look this issue: https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/46

I suspect problem is located in method "process_group", when search log events: `resp = @cloudwatch.filter_log_events(params)` AWS documentation say it : > The maximum number of events to return. The default...

It seem to me I fixed issue. I change a little method "process_group" ``` private def process_group(group) next_token = nil loop do if [email protected]?(group) @sincedb[group] = 0 end if next_token.nil?...

Hi @LM1LC3N7 I can not create branch on this repo `remote: Permission to lukewaite/logstash-input-cloudwatch-logs.git denied to Najdzionix. fatal: unable to access 'https://github.com/lukewaite/logstash-input-cloudwatch-logs.git/': The requested URL returned error: 403` I attach...

I pretty sure it should be works. For my case it works correctly. You are sure used fixed version plugin. I had a lot problems with install manually plugin on...

Hi @LM1LC3N7 I forked repository and you can check it - https://github.com/Najdzionix/logstash-input-cloudwatch-logs.git

Hi, I create simple spring project to reproduce issue: [https://github.com/Najdzionix/spring-test-app](url) Added PostConstruct and app boot once

I eliminated duplicate logs in my test app, but still create stream log twice

Hi, I am sorry to delayed response. Yes, second option it is seem to good

Hi @malkusch I do not delete app, you should be access it. [https://github.com/Najdzionix/spring-test-app](url)