MAC 安裝 ElasticSearch7.1.1及head插件


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/顯示

 

 

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM