elasticsearch 安装 head插件
Posted Hail Hydra
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了elasticsearch 安装 head插件相关的知识,希望对你有一定的参考价值。
head插件
切换到Elasticsearch的安装目录
cd ~/demo/elasticsearch/es1
执行安装命令
[[email protected] es1]# bin/plugin install mobz/elasticsearch-head
打开http://10.10.10.201:9200/_plugin/head/ 安装成功
插件安装参考:
Elasticsearch Plugins and Integrations:https://www.elastic.co/guide/en/elasticsearch/plugins/current/index.html
Management and site plugins:https://www.elastic.co/guide/en/elasticsearch/plugins/current/management.html
Elasticsearch 相关产品文档:https://www.elastic.co/guide/index.html
以上是关于elasticsearch 安装 head插件的主要内容,如果未能解决你的问题,请参考以下文章
Elasticsearch7.8.0版本入门——elasticsearch-head插件的安装(win10环境)