Skip to content

Monitoring and Management Web Application for ElasticSearch instances and clusters.

License

Notifications You must be signed in to change notification settings

nicolashohm/elasticsearch-HQ

 
 

Repository files navigation

Contributing

If you would like to contribute to this project, please start working on tasks and creating pull requests.

Elasticsearch 5.0

Site plugins are not supported in Elasticsearch 5.0 and you have to host ElasticHQ by your self (nginx example).

ElasticHQ

Monitoring, Management, and Querying Web Interface for ElasticSearch instances and clusters.

Benefits:

  • Active real-time monitoring of ElasticSearch clusters and nodes.
  • Manage Indices, Mappings, Shards, Aliases, and Nodes.
  • Query UI for searching one or multiple Indices.
  • REST UI, eliminates the need for cURL and cumbersome JSON formats.
  • No software to install/download. 100% web browser-based.
  • Optimized to work on mobile phones, tablets, and other small screen devices.
  • Easy to use and attractive user interface.
  • Free (as in Beer)

Getting Started

There are several ways to use ElasticHQ. The full list and help are available here: http://www.elastichq.org/gettingstarted.html

Version Compatibility

Elasticsearch Version ElasticHQ Branch Latest HQ Version
<=1.7 1.0 v1.0.0
=2.x 2.0 v2.0.3
=5.x 5.0 v5.0.0

ElasticHQ master branch, always contains the latest releases supporting the latest Elasticsearch. In this case, Master supports Elasticsearch 5.x.

Plugin Installation

Navigating to your elasticsearch/bin directory and using the appropriate release tag or the master branch for ES 2.x users:

./plugin install royrusso/elasticsearch-HQ

Or for a specific branch:

./plugin install royrusso/elasticsearch-HQ/v1.0.0

Requirements

  • A Web Browser.
  • A running instance of ElasticSearch with reachable REST endpoint.

Contributing

You can find helpful build tips for local development tips in the Development Guide

Notes + Support

License

See included License File.

About

Monitoring and Management Web Application for ElasticSearch instances and clusters.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%