1

I am a newbie to the ES world and just trying to get my local environment set up.

I am using a Mac and I used Homebrew to install Elasticsearch and Kibana. Now I want to add Marvel to Kibana but it fails with the following error:

user :/usr/local/opt/kibana/(master)$ bin/kibana plugin --install elasticsearch/marvel/latest
Installing marvel
Attempting to extract from https://download.elastic.co/elasticsearch/marvel/marvel-latest.tar.gz
Downloading 3843924 bytes....................
Extraction complete
Optimizing and caching browser bundles...
Plugin installation was unsuccessful due to error "Cannot find module 'bluebird'"

Unfortunately I haven't found any solution yet. Maybe you guys have an idea how to solve this?

Cheers, Stefan

Stefan Blattmann
  • 121
  • 1
  • 2
  • 16

1 Answers1

0

I met the same problem and solved by installing kibana not from homebrew.

--> Check here: https://github.com/elastic/sense/issues/93

wilbeibi
  • 3,403
  • 4
  • 25
  • 44