ElasticHD 是一款 ElasticSearch的可视化应用。不依赖ES的插件安装,更便捷;导航栏直接填写对应的ES IP和端口就可以操作Es了。目前支持如下功能:

  • ES Real time data search
  • ES Dashboard data visualization
  • ES Index Template (在线修改、查看、上传)
  • ES Indices Index deletion and search
  • SQL Converts to Elasticsearch DSL
  • ES 基本查询文档

Install elasticHD


​Precompiled binaries​​ for supported operating systems are available.

https://github.com/360EntSecGroup-Skylar/ElasticHD/releases/tag/1.4

Basic Usage


  • linux and MacOs use ElasticHD
  1. 下载对应的elasticHD版本,unzip xxx_elasticHd_xxx.zip
  2. 修改权限 chmod 0777 ElasticHD
  3. 可指定ip端口运行elastichd ./ElasticHD -p 127.0.0.1:9800 默认 ip和端口也是这个
[root@localhost ~]# unzip elasticHD_linux_amd64.zip 
Archive: elasticHD_linux_amd64.zip
inflating: ElasticHD
[root@localhost ~]# ls
anaconda-ks.cfg ElasticHD
[root@localhost ~]# nohup ./ElasticHD &
[1] 2027


监听的端口是9800
[root@localhost ~]# tail -f nohup.out
To view elasticHD console open http://0.0.0.0:9800 in browser
exec: "xdg-open": executable file not found in $PATH
  • windows use ElasticHD
  • 直接下载对应windows版本,解压,双击运行。当然想指定端口的话同linux

ElasticHD: ElasticSearch Dashboard Application_elastic