Logstash with stomp plugin

Hi all,

I'm looking into connecting Logstash with ActiveMQ. However, the stomp plugin I need isn't included with default Logstash. I have tried to install the logstash-input-stomp plugin, but it isn't working. Any directions or assistance on where I can add the plugin to the current docker image for logstash or any other way that works would be appreciated.

Thank you.

What happens when you try to install?

I am getting this error with this command:

bin/logstash-plugin install logstash-input-stomp

Validating logstash-input-stomp
Unable to download data from https://rubygems.org - SocketError: Failed to open TCP connection to rubygems.org:443 (initialize: name or service not known) (https://rubygems.org/latest_specs.4.8.gz)
ERROR: Installation aborted, verification failed for logstash-input-stomp

V

Are you using a proxy?

Installation is fine.

"Using bundled JDK: "
Validating logstash-input-stomp
Resolving mixin dependencies
Installing logstash-input-stomp
Installation successful

Unfortunately, yes I am. Is there a way around it?

Check here.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.