1、下載 elasticsearch-7.1.1
https://www.elastic.co/cn/downloads/past-releases/elasticsearch-7-1-1
解壓
2、安裝brew
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
3、安裝node
brew install node
4、下載並安裝head插件
git clone git://github.com/mobz/elasticsearch-head.git cd elasticsearch-head npm install
elasticsearch目錄下的 config/elasticsearch.yml文件后添加以下兩句:
http.cors.enabled: true http.cors.allow-origin: "*"
5、安裝grunt
//如果之前安裝過的話,卸載命令 npm uninstall -g grunt
npm install -g grunt-cli sudo npm install -g grunt
6、在elasticsearch-head目錄下執行
grunt server
7、 啟動ElasticsSearch
在elasticssearch目錄下執行
bin/elasticsearch
8、訪問 http://localhost:9100/, 顯示