标签:跨域 建议 https origin 浏览器 href pre hoc stat
elasticsearch-head 是用于监控 Elasticsearch 状态的客户端插件,包括数据可视化、执行增删改查操作等。本文基于elasticsearch7.6.1版本的集群环境进行操作,详情参看Elasticsearch集群安装与配置
运行elasticsearch-head插件的方式有多种,本文使用docker容器运行,详情可参考这里
# docker run -p 9100:9100 mobz/elasticsearch-head:5
# docker ps -l
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
da46109ce6a2 mobz/elasticsearch-head:5 "/bin/sh -c ‘grunt s…" About an hour ago Up About an hour 0.0.0.0:9100->9100/tcp reverent_shockley
http.cors.enabled: true #开启支持跨域访问
http.cors.allow-origin: "*" #指定允许访问范围
在浏览器中输入http://yourip:9100
使用docker方式运行elasticsearch-head
标签:跨域 建议 https origin 浏览器 href pre hoc stat
原文地址:https://blog.51cto.com/hexiaoshuai/2493665