Logstash v8.7.0 is unable to start due to missing logstash-integration-aws-7.1.0.jar. Recently, we had a change to backport s3-output plugin GZIP corrupted case to this integration plugin. The packported changes required JAVA platform where we missed to specify in the .gemspec file.
This PR adds the platform where Logstash core can inject the gradle builds where JAR and Java dependencies will be generated.
What this PR does?
Logstash
v8.7.0
is unable to start due to missinglogstash-integration-aws-7.1.0.jar
. Recently, we had a change to backport s3-output plugin GZIP corrupted case to this integration plugin. The packported changes required JAVA platform where we missed to specify in the.gemspec
file. This PR adds the platform where Logstash core can inject the gradle builds where JAR and Java dependencies will be generated.