安装elasticsearch-head插件

Posted boy215

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装elasticsearch-head插件相关的知识,希望对你有一定的参考价值。

安装node

###下载
wget https://nodejs.org/dist/v10.15.3/node-v10.15.3-linux-x64.tar.xz
### 解压
tar  xvf node-v10.15.3-linux-x64.tar.xz
### 剪切
mv node-v10.15.3-linux-x64 /usr/local/node

添加环境变量

cat >> /etc/profile << EOF

## add node
export NODE_HOME=/usr/local/node
export PATH=$PATH:$NODE_HOME/bin
export NODE_PATH=$NODE_HOME/lib/node_modules

EOF

source  /etc/profile

安装elasticsearch-head

git clone https://github.com/mobz/elasticsearch-head.git
cd  elasticsearch-head
npm install
###若上一步出错,需忽略[email protected],则执行
npm install [email protected] --ignore-scripts
## 修改es地址为实际地址
_site/app.js
### 启动
npm run start 

以上是关于安装elasticsearch-head插件的主要内容,如果未能解决你的问题,请参考以下文章

Google 安装 Elasticsearch-head 插件

elasticsearch-head插件安装

Centos7 安装 elasticsearch-head插件

elasticsearch系列安装elasticsearch-head插件

2021年大数据ELK:安装Elasticsearch-head插件

2021年大数据ELK:安装Elasticsearch-head插件