Unable to install logstash-output-zabbix

Hi All

Downloaded logstash-output-zabix-master as a zip file. Used unpack to unpack this. When trying to install I keep getting the below error

bin/logstash-plugin install --local logstash-output-zabbix-master
Installing logstash-output-zabbix-master
Plugin not found, aborting
ERROR: Installation Aborted, message: Could not find gem 'logstash-output-zabbix-master (>= 0) java' in any of the gem sources listed in your Gemfile or installed on this machine.

Any help will be appreciated.

Regards

Vardhan

That's not how it works. You need to obtain the Ruby gem, not the zip file from GitHub.

Try grabbing the latest Logstash with all plugins here.

Hi Aaron

Thanks much for the information. I will do that and update you.

Regards

Vardhan

Hi Aaron

Thanks much for your advice. It worked. I downloaded the rpm, installed the rpm and restarted logstash. I already had the conf setup for this and I saw logstash heartbeat and # of events graphed out in zabbix. I had the conf setup for these in logstash and items defined in zabbix.

Regards

Vardhan