Elasticsearch图形化工具deyavu
(原创)
作者: 朝如青丝暮成雪
发布时间:2020-04-27 08:30:38 文章分类:elasticsearch 阅读(946) 评论(0)
Elasticsearch图形化工具deyavu
1、下载docker镜像
docker pull appbaseio/dejavu
2、在ES的配置文件中,添加以下配置
http.port: 9200
http.cors.enabled: true
http.cors.allow-origin: '*'
http.cors.allow-headers: X-Requested-With,X-Auth-Token,Content-Type,Content-Length,Authorization
http.cors.allow-credentials: true
3、运行容器
docker run --name dejavu -p 1358:1358 -d appbaseio/dejavu
浏览器打开:http://IP:1358/