Skip to content

GerryHuang/elasticsearch-HQ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElasticHQ

Simplified Monitoring and Management for ElasticSearch clusters.

gitHub stars gitHub issues latest docker pulls python license

alt text

Key Features

  • Works with 2.x, 5.x, 6.x and current versions of Elasticsearch.
  • Monitor many clusters at once.
  • Monitor Nodes, Indices, Shards, and general cluster metrics.
  • Create and perform maintenance on Elasticsearch Indices.
  • One-Click access to ES API and cat API endpoints.
  • Copy mappings and reindex Indices.
  • Well-documented REST API for extensibility.
  • Real-time monitoring charts of important metrics.
  • Diagnostics check-up helps alert to specific nodes having issues.
  • Active project used by Fortune 100 companies around the world.
  • Free and (Real) Open Source. ;-)

Requirements

  • Python 3.4+

Installation

For full installation and configuration instructions, see Getting Started

  1. Download or clone the repository.
  2. Open terminal and point to root of repository. Type: pip install -r requirements.txt
  3. Run server with: python application.py. Alternatively: ./manage.py runserver
  4. Access HQ with: http://localhost:5000
  5. All API endpoints are available through http://localhost:5000/api.

For further installation and configuration help, please read the docs: ElasticHQ Documentation

For those of you wanting to use Docker: ElasticHQ on Dockerhub

Useful Links

About

Monitoring and Management Web Application for ElasticSearch instances and clusters.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 34.3%
  • JavaScript 32.7%
  • HTML 20.4%
  • CSS 11.3%
  • Shell 1.2%
  • Mako 0.1%