ElasticHD:ElasticSearch Dashboard Go Application
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 基本查询文档
Downloads ElasticHD
【Precompiled binaries】 for supported operating systems are available.
ElasticHD SQL Converts to ElasticSearch DSL Usage
SQL Features Support:
- [x] SQL Select
- [x] SQL Where
- [x] SQL Order BySQL
- [x] SQL Group By
- [x] SQL AND & OR
- [x] SQL Like & NOT Like
- [x] SQL COUNT distinct
- [x] SQL In & Not In
- [x] SQL Between
- [x] SQL avg()、count(*), count(field), min(field), max(field)
Beyond SQL Features Support:
- [x] ES TopHits
- [x] ES date_histogram
- [x] ES STATS
- [x] ES RANGE
- [x] ES DATE_RANGE
Improvement : now the query DSL is much more flat
ElasticHD Basic Usage
- linux and MacOs use ElasticHD
下载对应的elasticHD版本,unzip xxx_elasticHd_xxx.zip 修改权限 chmod 0777 ElasticHD 可指定ip端口运行elastichd ./ElasticHD -p 127.0.0.1:9800
- windows use ElasticHD
直接下载对应windows版本,解压,双击运行。当然想指定端口的话同linux
Es version support
目前没有发现明显不兼容问题,兼容ES所有版本。
Contributing
Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change.
Application Info
有疑问加站长微信联系(非本文作者)
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
关注微信- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码` - 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传
收入到我管理的专栏 新建专栏
ElasticHD:ElasticSearch Dashboard Go Application
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 基本查询文档
Downloads ElasticHD
【Precompiled binaries】 for supported operating systems are available.
ElasticHD SQL Converts to ElasticSearch DSL Usage
SQL Features Support:
- [x] SQL Select
- [x] SQL Where
- [x] SQL Order BySQL
- [x] SQL Group By
- [x] SQL AND & OR
- [x] SQL Like & NOT Like
- [x] SQL COUNT distinct
- [x] SQL In & Not In
- [x] SQL Between
- [x] SQL avg()、count(*), count(field), min(field), max(field)
Beyond SQL Features Support:
- [x] ES TopHits
- [x] ES date_histogram
- [x] ES STATS
- [x] ES RANGE
- [x] ES DATE_RANGE
Improvement : now the query DSL is much more flat
ElasticHD Basic Usage
- linux and MacOs use ElasticHD
下载对应的elasticHD版本,unzip xxx_elasticHd_xxx.zip 修改权限 chmod 0777 ElasticHD 可指定ip端口运行elastichd ./ElasticHD -p 127.0.0.1:9800
- windows use ElasticHD
直接下载对应windows版本,解压,双击运行。当然想指定端口的话同linux
Es version support
目前没有发现明显不兼容问题,兼容ES所有版本。
Contributing
Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change.