环境MAC10.13.3 (17D47)
1、安装Elasticsearch ,https://www.elastic.co/downloads/elasticsearch (根据系统选择版本)
安装完以后直接解压打开。如果想启动elastic服务直接进入elasticsearch-{$version}(我的是elasticsearch-6.2.1),然后./bin/elasticsearch启动服务,如果成功了那么http://localhost:9200 会成功(当心端口冲突)
2、安装X-Package bin/elasticsearch-plugin install x-pack 直接安装。重启后访问http://localhost:9200/?pretty
会要求授权,可以修改,如下
修改config 下elasticsearch.yml配置文件
xpack.security.enable: false
xpack.monitoring.enable: true
xpack.graph.enable: false
xpack.watcher.enable: false
或者直接修改密码/bin/x-pack/setup-passwords interactive 记住用户名和密码,下面需要
3、安装Kibna 去elastic 官网下载即可 记得版本一致
也是在bin目录下启动
在conf 下修改 kibana.yml 把 user/password 修改启动即可