João Duarte
João Duarte
Managing dependencies on the Ruby and Java side requires a lot of effort (Gemfile.template, versions.yml, multiple build.gradle files, etc.). I'd be nice to have an automated system that creates PRs...
See naming rational in https://github.com/logstash-plugins/.ci/pull/63#issue-2597373955 After 8.16 is GA, the "releases" entry should become: ```json "releases": { "7.x": "7.17.24", "8.n": "8.16.0", "8.n-1": "8.15.3" }, ```
The creation of the 8.x branch and moving main to 9.0.0 caused the report.sh script for the snyk buildkite job incorrectly detect branches, and needs to be adjusted: ``` |...
- needs upgrading elasticsearch-ruby client to 8.x - logstash core currently locks it at 7.x - the manticore adapter has been moved to the "elastic-transport" gem and the namespace changed...
#### Description This changeset follows the same structure as vpc flow log, s3 access log and subscription filter logs but now dedicated to CloudTrail log events. #### Link to tracking...
- [x] upgrade to jruby 9.4.12.1 - [x] cleanup broken requires - [x] add license entry and notices for multiple core gems like pp, drb, etc. - [ ] address...
right now there's no visibility into how the pipeline.batch.size and pipeline.batch.interval parameters are influencing the performance of the pipeline. It should be useful to understand if, for example, by setting...