ES及Head外掛程式安裝

2021-09-28 16:48:47 字數 1102 閱讀 7751

2、 啟動

雙擊bin目錄下雙擊elasticsearch.bat即可,輸入位址在瀏覽器中輸入「出現一下介面,表示啟動成功。

3、 安裝elasticsearch管理外掛程式

安裝head外掛程式需要nodejs和grunt:

(1)nodejs安裝:官網選擇64位的window的msi安裝版本

安裝完成後,使用node -v命令檢視是否安裝成功。

(2)grunt安裝:cmd到nodejs根目錄下,輸入指令:npm install -g grunt-cli ,等待安裝完成。

grunt -version確認

npm audit fix

npm audit fix --force

再執行npm install

5、修改 head 配置

開啟elasticsearch-head-master/gruntfile.js,找到下面connect屬性,新增hostname: 『0.0.0.0』:

connect: }}

6、修改elasticsearch的配置檔案elasticsearch.yml

在檔案的最後新增如下配置:

並在該檔案中去除檔案中本來就有的幾個注釋如下:

7. 啟動 es 和 head外掛程式

啟動elasticsearch.bat

c:\users\76491\desktop\estool\elasticsaerch-head>grunt server     # 啟動nodejs

head 外掛程式監聽在 9100 埠

通過 localhost:9100即可訪問

es 安裝head外掛程式的問題

usr local node v9.9.0 bin npm install 執行該命令 npm warn deprecated coffee script 1.10.0 coffeescript on npm has moved to coffeescript no hyphen npm warn ...

ES6安裝head外掛程式

2.解壓安裝包 unzip master.zip 之後,將會出現乙個elasticsearch head master資料夾 tar zxvf node v4.4.7 linux x64.tar.gz export node home root node v4.4.7 linux x64 此處為解壓...

es集群 head外掛程式部署

一 單節點部署5 預設啟動後只允許本機訪問,可修改config elasticsearch.yml配置放開訪問許可權 開啟network.host 0.0.0.0的注釋 注 network.host 與0.0.0.0之間存在空格 6 修改jvm.options配置,如果network.host 對應...