项目作者: ll2l

项目描述 :
Query and Management Web Application for Elastic/ElasticSearch. Based on pgweb https://github.com/sosedoff/pgweb
高级语言: Go
项目地址: git://github.com/ll2l/esweb.git
创建时间: 2020-04-06T06:24:11Z
项目社区:https://github.com/ll2l/esweb

开源协议:MIT License

下载


esweb

A web based elasticsearch query and management tools written in Go.

Overview

This is a web-based browser for elasticsearch query/management. Its written in Go and works on Mac OSX, Linux and Windows machines. Main idea behind using Go for the backend is to utilize language’s ability for cross-compile source code for multiple platforms. This project is my attempt to learn golang.

query

image

management

image

Note

This is a work in progress. only elasticsearch v6.+ has been tested.

How to run

  1. Download the precompiled binary for your operating system.
  2. Execute esweb
    2.1 one cluster: esweb —address http://es_cluster:9200
    2.2 multi cluster: config bookmark then esweb -b default
  3. open http://localhost:8081/ in your browser

TODO

  • Monitor
  • Index paste
  • Metrics
  • Performance index migration
  • Query editor autocomplete

License

The MIT License (MIT)