ELK 插件 ---- head

Posted kingle-study

tags:

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

01,

  安装 node.js

  wget https://nodejs.org/dist/v10.15.1/node-v10.15.1-linux-x64.tar.xz

  tar xf node-v10.15.1-linux-x64.tar.xz

  vim /etc/profile

  NODE_HOME=/elk/node
  PATH=$PATH:$JAVA_HOME:$NODE_HOME/bin

  技术图片

02, 安装grunt

   npm install -g grunt-cli

  [[email protected] head]# grunt -version
             grunt-cli v1.3.2
03,安装head

    wget https://github.com/mobz/elasticsearch-head/archive/master.zip

    unzip master.zip

    

修改elasticsearch-head-master下Gruntfile.js配置文件,添加hostname: ‘*‘,

vim Gruntfile.js

  技术图片

 

 

  更换npm源

  npm install -g cnpm --registry=https://registry.npm.taobao.org

  使用cnpm安装

  cnpm install

技术图片

   

 可以选择更改连接的位置

  vim _site/app.js技术图片

  

运行完成后执行命令完成后没有报错则进入head 根目录

  grunt server &

   技术图片

 

  

一直存在如下,可选择重启elastichsearch,也可能elasticsearch服务与elasticsearch-head之间可能存在跨越

编辑elasticsearch.yml文件添加内容

  vim config/elasticsearch.yml

    http.cors.enabled: true

    http.cors.allow-origin: "*"

  重启

  技术图片

 

 

 

 

  

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

ELK 插件 ---- head

elk6.3 centos集群搭建 head插件安装

centos6.0安装ELK5.2(Head插件安装)

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

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

ELK 学习笔记之 elasticsearch head插件安装