Daniel Bray
Daniel Bray
What I've seen is that in a scenario the `interleaved` parameter on `cloudwatch.filter_log_events` can fail, causing the high water mark being set in `sincedb` at the group level to be...
I spotted some issues with my last PR when I was in a _really_ high volume scenario, so I've rejected it and suggested a different approach : https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/96
> Would it make sense to trim the value in general? We had thought of this, but were a little cagey about second-guessing the config files. So we chose to...
Let us ponder this one a little
Looks nice; if you wanted to issue a PR with this and some tests we can include it in the next release.
We'll ponder this a little
Makes sense, we'll check it out
We'll check this out shortly. We'll also update the build to use something newer than java 7 ;)
Sorry for the delay; I had some trouble getting the time together to get this building on JDK 9+ Can you merge master back into this branch and check it...
Hi, keep in mind that this will be built using jdk 11 as the compiler, so imports like this, in `com.sonalake.utah.config.Ignorer` won't compile after the merge. > import javax.xml.bind.annotation.XmlValue; If...