為elasticsearch6.1.2安裝head外掛
阿新 • • 發佈:2019-02-07
其實elasticsearch6.*的版本是不需要安裝head外掛的,kibana+x-pack就可以了,最近安裝的軟體、外掛吧有點多,我也是很悲傷,這個head外掛能起來,可以看到介面但是和es的連線有些問題,網上查了很多、解決方案挺一致的但是總是連線不上,後來把另一個節點的埠號開了一下,成功連線【帥氣的我】
步驟:
修改 elasticsearch/config/elasticsearch.yml
新增
http.cors.enabled: true
http.cors.allow-origin: "*"
http. cors.allow-headers: Authorization,X-Requested-With,Content-Length,Content-Type
下載 elasticsearch-head 或者 git clone 到隨便一個資料夾
安裝nodejs
下載nodejs:https://www.cnblogs.com/liuqi/p/6483317.html
cd /path/to/elasticsearch-head
npm install -g grunt-cli
npm install
grunt server
http://localhost:9100/ 改成自己的地址
小結:
還要安裝一個ik分詞器,命運吶命運~~