6.29
2022
使用基于Go的ElasticView来对elasticsearch可视化管理
1.下载作者编译好的ElasticView,https://github.com/1340691923/ElasticView/releases
2.双击ElasticView.exe 根据提示信息打开http://127.0.0.1:8090/ 账号密码均为admin
3..\elasticsearch-8.3.0\config\elasticsearch.yml 最下方加入以下配置(开启跨域访问)
http.cors.enabled: true http.cors.allow-origin: "*" |
5.ElasticView遇到WEBUI报错elastic: Error 401 解决办法:
\elasticsearch-8.3.0\config\elasticsearch.yml Ctrl+F找到xpack.security.enabled将配置改为false
\elasticsearch-8.3.0\config\elasticsearch.yml Ctrl+F找到xpack.security.http.ssl将enabled改为false
保存文件,重启elasticsearch,在ElasticView连接树管理中将elasticsearch集群的https改为http,并测试连接状况。
上一篇
下一篇