安装
下载地址:https://github.com/mobz/elasticsearch-head
安装依赖(前提:需要nodejs环境)
npm install
使用
使用以下命令启动
npm run start
访问可视化界面
跨域问题的解决
配置文件里配置
http.cors.enabled: true
http.cors.allow-origin: "*"
2024-02-21 16:31:28
下载地址:https://github.com/mobz/elasticsearch-head
安装依赖(前提:需要nodejs环境)
npm install
使用以下命令启动
npm run start
访问可视化界面
跨域问题的解决
配置文件里配置
http.cors.enabled: true
http.cors.allow-origin: "*"
下一篇:js跨域问题的解决方式