ElasticSearch head插件安装与配置

Posted zyulike

tags:

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

技术图片

 

 

 

下载

下载地址:https://github.com/mobz/elasticsearch-head

 

安装

1. 下载到本地

git clone

 

2. 安装 grunt

npm install -g grunt-cli

 

3. 引入依赖

npm install 

 

4. 启动 head 插件

grunt server

 

配置 ElasticSearch 

在 ES 目录下 config/elasticsearch.yml  添加配置允许跨域访问

# 允许跨域访问
http.cors.enabled: true
http.cors.allow-origin: "*"

 

访问 http://127.0.0.1:9100/ 配置成功

技术图片

 

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

ELK(elasticsearch5.0)head插件安装配置

Elasticsearch单机安装_集群搭建_索引基本操作_Head插件安装与基本操作_ik分词器配置_logstash实现数据同步_教程

ElasticSearch插件安装---Head ,Kopf与Bigdesk

elasticsearch插件一——-head插件安装详解

elasticsearch6.6.0安装配置及elasticsearch-head插件安装

elasticsearch 安装