Closed ryn9 closed 1 year ago
Looks like work for this plugin using aws sdk 3 is already underway ... https://github.com/opensearch-project/logstash-output-opensearch/pull/171
Please don't close this issue until we know newest plugin works with logstash-oss 8.4.0+
initial testing with logstash OSS 8.4.1 docker image and logstash-output-opensearch 2.0.0 is looking good target is AWS hosted OpenSearch version 1.3
testing with this simple Dockerfile
FROM docker.elastic.co/logstash/logstash-oss:8.4.1-amd64
RUN logstash-plugin install --version 2.0.0 logstash-output-opensearch
this works and has been fixed. i'd close it
Is your feature request related to a problem? Please describe. Yes. Installation of the 1.3.0 plugin fails against a default Logstash OSS 8.4.0 installation
Describe the solution you'd like Please fix dependencies of the plugin to not conflict with needed dependencies of logstash-integration-aws, which is not bundled by default
Describe alternatives you've considered Installed against Logstash OSS 8.3.3 installation, which does not bundle logstash-integration-aws by default