elasticsearch配置node
1.去github搜索 elashsearch——head,以mobz開頭的
2.在根目錄下安裝npm install
3.修改elashsearch下的config文件下的elashsearch.yum文件
在最後面加上
http.cors.enabled: true
http.cors.allow-origin: "*"git
下載elashsearch運行bin文件加下的elashsearch.exegithub
1.安裝jdk
2.設置path和JAVA_HOME
3.下載:
elasticsearch下載地址:
https://www.elastic.co/downloads/elasticsearch
點zip
4.解壓,進入D:\Tools\elasticsearch\elasticsearch-6.0.0
5.啓動:
右鍵->打開dos,執行:
.\bin\elasticsearchnpm
訪問:http://localhost:9200
6.配置相應參數 啓動
dos下繼續執行
./bin/elasticsearch -Ecluster.name=yutao -Enode.name=yutao_node_1
不成功cors
7.安裝elasticsearch做爲window服務
在cmd中先進入安裝目錄中的bin目錄
執行:
./elasticsearch-service.bat install
8.
./elasticsearch-service start //啓動失敗
./elasticsearch-service manager //打開管理控制檯,但啓動依然失敗elasticsearch