ElasticHD Go Application elasticHD无需安装的elasticsearch dashboard ElasticHD

farmerx • 5234 次点击    
这是一个分享于 的项目,其中的信息可能已经有所发展或是发生改变。
ElasticHD ----------- [![Build Status](https://travis-ci.org/farmerx/ElasticHD.svg?branch=master)](https://travis-ci.org/farmerx/ElasticHD) [![Go Documentation](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/github.com/farmerx/ElasticHD/main) [![Go Report Card](https://goreportcard.com/badge/github.com/Luxurioust/aurora)](https://goreportcard.com/report/github.com/farmerx/elasticHD/main) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/farmerx/elasticHD/blob/master/LICENSE) [![Release](https://img.shields.io/github/release/elasticHD/elasticHD.svg?label=Release)](https://github.com/farmerx/elasticHD/releases) > ElasticHD 是一款 ElasticSearch的可视化应用。不依赖ES的插件安装,更便捷;导航栏直接填写对应的ES IP和端口就可以操作Es了。目前支持如下功能: * ES 实时搜索 * ES DashBoard 数据可视化 * ES Index Template (在线修改、查看、上传) * SQL Converts to DSL * ES 基本查询文档 ## Installation [Precompiled binaries](https://github.com/farmerx/elasticHD/releases) for supported operating systems are available. ## 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 默认 ip和端口也是这个 ``` * windows ``` 直接下载对应windows版本,解压,双击运行。当然想指定端口的话同linux ``` ## Es version support > 测试过elasticsearch 1.5版本到5.2.1的版本都能正常使用。 关于 sql 转化成 dsl 马上会出elasticHD 1.1版本修复一些兼容性错误。 ## Contributing Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change. ## 源码编译 ``` # 需要go环境 go get https://github.com/farmerx/ElasticHD # 进入到应用目录下 cd ElasticHD npm install # build vue 源码 npm run build # 进入到服务端程序目录 cd ./main # 使用statik 压缩编译好的程序(github上的一款go应用) statik -src=../dist # go build GO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o elasticHD.exe github.com/elasticHD/main ``` ## ElasticHD应用页面 ![image](https://github.com/farmerx/ElasticHD/blob/master/snp20170518120044177.png) ![image](https://github.com/farmerx/ElasticHD/blob/master/snp20170518120114338.png) ![image](https://github.com/farmerx/ElasticHD/blob/master/snp20170518120147401.png) ![image](https://raw.githubusercontent.com/farmerx/ElasticHD/master/WX20170605-105148.png) ## Todo ... ## Licenses This program is under the terms of the MIT License. See [LICENSE](https://github.com/farmerx/elasticHD/blob/master/LICENSE) for the full license text.
授权协议:
MIT
开发语言:
golang vue 查看源码»
操作系统:
linux macos windows
5234 次点击  
加入收藏 微博
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传