安装Elasticsearch数据可视化工具Dejavu

Posted kgdxpr

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装Elasticsearch数据可视化工具Dejavu相关的知识,希望对你有一定的参考价值。

1、先修改Elasticsearch配置文件,增加如下配置

http.cors.allow-origin: "*"
http.cors.enabled: true
http.cors.allow-headers : X-Requested-With,X-Auth-Token,Content-Type,Content-Length,Authorization
http.cors.allow-credentials: true

2、安装Docker

用一键安装

curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun

curl -sSL https://get.daocloud.io/docker | sh

3、启动Docker

systemctl start docker.service

 4、安装dejavu镜像

docker run -p 1358:1358 -d appbaseio/dejavu

5、在浏览器中访问

http://x.x.x.x:1358/

输入Elasticsearch的IP端口和索引名称

技术图片

 

以上是关于安装Elasticsearch数据可视化工具Dejavu的主要内容,如果未能解决你的问题,请参考以下文章

ES可视化工具--elasticsearch-head--下载安装使用

elasticsearch可视化工具

ElasticSearch可视化工具ElasticHD安装

.net core 与ELK安装Elasticsearch可视化工具

ElasticSearch 插件

ElasticSearch---ElasticSearch同步Mysql