您的位置:首页 > 其它

elasticsearch+kibana安装

2017-10-12 17:27 411 查看
elasticsearch安装方法:首先来一篇文章:https://elasticsearch.cn/book/elasticsearch_definitive_guide_2.x/running-elasticsearch.html但是最后安装kibana会出现问题:在新版本的
bin/kibana plugin --install elastic/sense
命令已经失效,
所以只能是:[/code]
/bin/kibana-plugin install elastic/sense
但是出现新的错误:
Attempting to transfer from elastic/sense
Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugins/elastic/sense/elastic/sense-5.0.1.zip Plugin installation was unsuccessful due to error "No valid url specified."
所以我暂时选择手动安装:
/bin/kibana-plugin install file:<PATH_TO_sense-2.0.0-beta7.tar>
但是有出现了同样的结果:
  Usage: bin/kibana-plugin [command] [options]

  The Kibana plugin manager enables you to install and remove plugins that provide additional functionality to Kibana

  Commands:
    list  [options]                 list installed plugins
    install  [options] <plugin/url> install a plugin
    remove  [options] <plugin>      remove a plugin
    help  <command>                 get the help for a specific command
最后经过多方查证:
因为Kibana(肯定是5.0.1)随Dev Console菜单提供的控制台一起提供。顿时恍然大悟,然后启动Kibana本地打开http:// localhost:5601完毕!
                                            
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  elasticsearch kibana