elasticsearch安装方法:
首先来一篇文章:https://elasticsearch.cn/book/elasticsearch_definitive_guide_2.x/running-elasticsearch.html
但是最后安装kibana会出现问题:在新版本的
bin/kibana plugin --install elastic/sense
命令已经失效,
所以只能是:
/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
完毕!