关于elasticsearch:安装esheader插件

37次阅读

共计 227 个字符,预计需要花费 1 分钟才能阅读完成。

办法 1:装置谷歌浏览器拓展程序 ElasticSearch Head

办法 2:

git clone git://github.com/mobz/elasticsearch-head.git
cd elasticsearch-head
npm install
npm run start

open http://localhost:9100/

vim elasticserach.yml
http.cors.enabled:true
http.cors.allow-origin:"*"

重启 ES

正文完
 0