cherweg / logstash-input-s3-sns-sqs

logstash input downloading files from s3 Bucket by OjectKey from SNS/SQS
Other
29 stars 35 forks source link

Can't install plugin with logstash release >=8.5.1 #77

Closed maederm closed 10 months ago

maederm commented 1 year ago

Hi

I can't install the plugin with logstash >=8.5.1. It just hangs during the bin/logstash-plugin install command.

I can reproduce it in logstash releases 8.5.1, 8.5.2, 8.5.3 and 8.6.0.

Here is an example docker-compose.yml file to see the issue.

version: '2.3'
services:
  ls860:
    image: docker.elastic.co/logstash/logstash:8.6.0
    command: bin/logstash-plugin install logstash-input-s3-sns-sqs
    networks:
      - elastic

networks:
  elastic:
    driver: bridge

Cheers, maederm

rteterin commented 1 year ago

Same issue here. When running logstash-plugin with DEBUG=1, it hangs forever on Resolving dependencies...

metalshanked commented 1 year ago

same issue here. any fix or workaround? thx!

DesAWSume commented 1 year ago

Also looking for the v8 working version.

camilodiazsal commented 1 year ago

I managed to install the plugin by building the gem file first, and then installs successfully. Edit: Need to apply this change 1st before building the gem gile https://github.com/cherweg/logstash-input-s3-sns-sqs/pull/76/files

lucascott commented 1 year ago

+1 on this issue, would be nice to have the linked fix pushed forward

saocean commented 1 year ago

@cherweg ,

Is there a plan to address this? It looks like @camilodiazsal has a workaround.

Thanks

DesAWSume commented 1 year ago

Can someone have a look into this PR and move this forward?

christianherweg0807 commented 10 months ago

should be fixed with release 2.2.2