Categorygithub.com/ll2l/esweb
repositorypackage
0.0.2
Repository: https://github.com/ll2l/esweb.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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.

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)