{"id":15204005,"url":"https://github.com/elastichq/elasticsearch-hq","last_synced_at":"2025-05-14T11:10:36.172Z","repository":{"id":41116210,"uuid":"9797857","full_name":"ElasticHQ/elasticsearch-HQ","owner":"ElasticHQ","description":"Monitoring and Management Web Application for ElasticSearch instances and clusters.","archived":false,"fork":false,"pushed_at":"2024-01-31T10:08:36.000Z","size":32110,"stargazers_count":4961,"open_issues_count":83,"forks_count":533,"subscribers_count":207,"default_branch":"master","last_synced_at":"2025-04-11T04:55:19.862Z","etag":null,"topics":["elastichq","elasticsearch","elasticsearch-client","elasticsearch-gui","elasticsearch-plugin","monitoring"],"latest_commit_sha":null,"homepage":"http://www.elastichq.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ElasticHQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null}},"created_at":"2013-05-01T18:55:58.000Z","updated_at":"2025-04-09T05:26:46.000Z","dependencies_parsed_at":"2024-04-16T20:57:58.644Z","dependency_job_id":"68af0312-93c4-40c9-a364-86ce169dd567","html_url":"https://github.com/ElasticHQ/elasticsearch-HQ","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElasticHQ%2Felasticsearch-HQ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElasticHQ%2Felasticsearch-HQ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElasticHQ%2Felasticsearch-HQ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElasticHQ%2Felasticsearch-HQ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElasticHQ","download_url":"https://codeload.github.com/ElasticHQ/elasticsearch-HQ/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254129489,"owners_count":22019628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elastichq","elasticsearch","elasticsearch-client","elasticsearch-gui","elasticsearch-plugin","monitoring"],"created_at":"2024-09-28T05:05:05.614Z","updated_at":"2025-05-14T11:10:36.132Z","avatar_url":"https://github.com/ElasticHQ.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ElasticHQ\n\n## This project is no longer maintained. Use at your own risk.  \n#### It has become too time-consuming to maintain this project with Elasticsearch acting as a moving target. Elastic's license changes, frequent backwards incompatibilities, and [crippling](https://github.com/elastic/elasticsearch-py/pull/1623) of their \"open source\" python libs were too much to keep up with. \n\nSimplified Monitoring and Management for ElasticSearch clusters.\n\n[![gitHub stars](https://img.shields.io/github/stars/ElasticHQ/elasticsearch-HQ.svg)](https://github.com/ElasticHQ/elasticsearch-HQ)\n[![docker pulls](https://img.shields.io/docker/pulls/elastichq/elasticsearch-hq.svg)](https://hub.docker.com/r/elastichq/elasticsearch-hq 'DockerHub')\n[![latest](https://img.shields.io/github/release/ElasticHQ/elasticsearch-HQ.svg)](https://github.com/ElasticHQ/elasticsearch-HQ)\n[![gitHub issues](https://img.shields.io/github/issues/ElasticHQ/elasticsearch-HQ.svg)](https://github.com/ElasticHQ/elasticsearch-HQ)\n![python](https://img.shields.io/badge/python-v3.4%20%2F%20v3.6-blue.svg)\n[![license](https://img.shields.io/badge/license-ASL-blue.svg)](https://opensource.org/licenses/ASL)\n\n\n![alt text](https://raw.githubusercontent.com/ElasticHQ/elasticsearch-HQ/master/main_dashboard.png)\n\n  \n## Key Features\n\n* Works with 2.x, 5.x, 6.x, 7.x and current versions of Elasticsearch. \n* Monitor **many** clusters at once.\n* Monitor Nodes, Indices, Shards, and general cluster metrics.\n* Create and maintain Elasticsearch Indices.\n* One-Click access to ES API and cat API endpoints.\n* Easy-to-Use Querying capabilities.\n* Copy mappings and reindex Indices.\n* Real-time monitoring charts of important metrics.\n* Diagnostics check-up helps alert to specific nodes having issues.\n* Active project used by Fortune 100 companies around the world.\n* Free and (Real) Open Source. ;-)\n\n## Quickstart: Docker\n\nWe are hosted on Dockerhub: [ElasticHQ on Dockerhub](https://hub.docker.com/r/elastichq/elasticsearch-hq/)  \n\n1. ``docker run -p 5000:5000 elastichq/elasticsearch-hq``\n2. Access HQ with: `` http://localhost:5000 ``\n\nFor further instructions on docker commands and configuration, please see relevant documentation: [Docker Images](http://docs.elastichq.org/installation.html#docker-images).\n\n## Source Installation\n\n### Requirements\n\n* Python 3.6\n\n### Instructions\n\nFor **full** installation and configuration instructions, see [Getting Started](http://docs.elastichq.org/installation.html)\n\n1. Download or clone the repository. \n2. Open terminal and point to root of repository. Type: ``pip install -r requirements.txt``\n3. Run server with: `` python3 application.py ``. Alternatively: ``./manage.py runserver``\n4. Access HQ with: `` http://localhost:5000 ``\n\nFor further installation and configuration help, please read the docs: [ElasticHQ Documentation](http://docs.elastichq.org)\n\n## OpenShift Installation\n\nPlease see relevant documentation: [ElasticHQ on OpenShift](openshift/README.md).\n\n## Useful Links\n\n* [Documentation](http://docs.elastichq.org)\n* [Official Website](http://www.elastichq.org)\n* [Docker Images](https://hub.docker.com/r/elastichq/elasticsearch-hq/)\n* [Google Group](https://groups.google.com/d/forum/elastichq)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastichq%2Felasticsearch-hq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felastichq%2Felasticsearch-hq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastichq%2Felasticsearch-hq/lists"}