【发布时间】:2016-01-07 09:26:19
【问题描述】:
我是 ES 世界的新手,只是尝试设置我的本地环境。
我使用的是 Mac,我使用 Homebrew 来安装 Elasticsearch 和 Kibana。 现在我想将 Marvel 添加到 Kibana,但失败并出现以下错误:
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'"
很遗憾,我还没有找到任何解决方案。 也许你们知道如何解决这个问题?
干杯, 斯蒂芬
【问题讨论】:
-
不需要使用sudo安装吗?例如。 "sudo bin/kibana 插件 --install elasticsearch/marvel/latest"
-
不。没解决:
user: usr/local/opt/kibana/bin/(master)$ sudo kibana plugin --install elasticsearch/marvel/latest Password: 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'" -
我还全局安装了节点模块“bluebird”:
npm install -g bluebird但还是没有成功 -
嗯好的,你用的是什么版本的 Kibana?
-
我使用的是版本 4.3.1 Build 1。
标签: elasticsearch kibana-4 elasticsearch-marvel