一、前言
elasticsearch-head 是用于监控 Elasticsearch 状态的客户端插件,包括数据可视化、执行增删改查操作等。
elasticsearch是通过API方式进行管理的,因此也可以使用postman等工具操作elasticsearch。
二、安装
lasticsearch-head插件是使用JavaScript开发的,依赖Node.js库,使用Grunt工具构建。
安装Node.js很简单就不在赘述了。
elasticsearch-head 插件下载地址:https://github.com/mobz/elasticsearch-head/
安装依赖
npm install
然后在输入命令 npm run start 启动head插件
npm run start
访问请求:http://localhost:9100/ ,默认访问的http://localhost:9200/本机服务,如果是使用他服务器的elasticsearch,切换对应IP。
如果发现集群健康值是灰色,访问不到ElasticSearch 服务,可能是因为存在跨域问题。需要为elasticsearch开启跨域访问,在前面的文章已经介绍过了。
关注公众号”小猿架构“,发送 "数据湖" 免费获取 38页 数据湖建设方案。