logsearch / logsearch-boshrelease

A BOSH-scalable Elasticsearch+Logstash+Kibana release
http://www.logsearch.io
Apache License 2.0
57 stars 46 forks source link

Latest version failing on rabbitmq upgrade #220

Closed tomsherrod closed 8 years ago

tomsherrod commented 8 years ago

logsearch-boshrelease-201.0.11.tgz

Failing to deploy with error below: Action Failed get_task: Task 1d36b62b-6752-49fc-7544-6a2a086f4e32 result: Compiling package logstash: Running packaging script: Command exited with 1; Stdout: You are updating logstash-input-rabbitmq to a new version 4.0.1, which may not be compatible with 3.1.3. are you sure you want to proceed (Y/N)? , Stderr: + set -u

Pointers to resolve?

cf-gitbot commented 8 years ago

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/116531347.

tomsherrod commented 8 years ago

I commented out the TEMP fix in packages/logstash/packaging

TEMP fix for RabbitMQ plugin issue

https://github.com/elastic/logstash/issues/4343

$BOSH_INSTALL_TARGET/bin/plugin update logstash-input-rabbitmq

Created release. Deployed. Smoke test ran successfully.