logstash-plugins / logstash-input-cloudwatch

A Logstash input to pull events from the Amazon Web Services CloudWatch API
Apache License 2.0
43 stars 27 forks source link

Cannot install plugin logstash-input-cloudwatch #55

Open thuongnh94 opened 2 years ago

thuongnh94 commented 2 years ago

Hi all. I am working on logstash version 7.10.0. Several month ago, I can install plugin without issue with the same Docker file. My Docker file content:

FROM docker.elastic.co/logstash/logstash:7.10.0
RUN rm -f /usr/share/logstash/pipeline/*
RUN bin/logstash-plugin install logstash-input-cloudwatch

This is output of command: docker build:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jruby.ext.openssl.SecurityHelper (file:/usr/share/logstash/vendor/jruby/lib/ruby/stdlib/jopenssl.jar) to field java.security.MessageDigest.provider
WARNING: Please consider reporting this to the maintainers of org.jruby.ext.openssl.SecurityHelper
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Validating logstash-input-cloudwatch
Installing logstash-input-cloudwatch

My command window is stuck on the last line: "Installing logstash-input-cloudwatch.." Nothing happen even I waited some minutes...

Thank you!