I m very new to ElasticSearch and LogStash. and I want to move messages out from RabbitMQ for ElasticSearch and further Kibana to visualize aggregations.
Application Messages >> RabbitMQ >> LogStash >> Index in ElasticSearch >> Visualize on Kibana.
On windows server, I installed ElasticSearch and LogStash 2.1.1.
Now I do understand that there is a rabbitmq plugin
https://www.elastic.co/guide/en/logstash/current/plugins-inputs-rabbitmq.html
Logstash error
I tried to install and get this error on LogStash.
C:\logstash-2.1.1\bin>plugin install rabbitmq --verbose
rabbitmq is not a Logstash plugin
ERROR: Installation aborted, verification failed for rabbitmq
Elasticsearch error
I then tried to install on Elasticsearch
C:\elasticsearch-2.1.1\bin>plugin install rabbitmq --verbose
-> Installing rabbitmq...
Trying https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugi
n/rabbitmq/2.1.1/rabbitmq-2.1.1.zip ...
Failed: FileNotFoundException[https://download.elastic.co/elasticsearch/release/
org/elasticsearch/plugin/rabbitmq/2.1.1/rabbitmq-2.1.1.zip]; nested: FileNotFoun
dException[https://download.elastic.co/elasticsearch/release/org/elasticsearch/p
lugin/rabbitmq/2.1.1/rabbitmq-2.1.1.zip];
ERROR: failed to download out of all possible locations..., use --verbose to get
- detailed information*