|
1 | | -ElasticHQ |
2 | | -========= |
| 1 | +# ElasticHQ |
3 | 2 |
|
4 | 3 | Simplified Monitoring and Management for ElasticSearch clusters. |
5 | 4 |
|
6 | | -[](https://github.com/ElasticHQ/elasticsearch-HQ) |
7 | | -[](https://github.com/ElasticHQ/elasticsearch-HQ) |
| 5 | +[](https://github.com/ElasticHQ/elasticsearch-HQ) |
| 6 | +[](https://hub.docker.com/r/elastichq/elasticsearch-hq 'DockerHub') |
8 | 7 | [](https://github.com/ElasticHQ/elasticsearch-HQ) |
9 | | -[](https://hub.docker.com/r/elastichq/elasticsearch-hq 'DockerHub') |
| 8 | +[](https://github.com/ElasticHQ/elasticsearch-HQ) |
10 | 9 |  |
11 | 10 | [](https://opensource.org/licenses/ASL) |
12 | 11 |
|
13 | 12 |
|
14 | 13 |  |
15 | 14 |
|
16 | 15 |
|
17 | | -Key Features |
18 | | ------------- |
| 16 | +## Key Features |
| 17 | + |
19 | 18 | * Works with 2.x, 5.x, 6.x and current versions of Elasticsearch. |
20 | 19 | * Monitor **many** clusters at once. |
21 | 20 | * Monitor Nodes, Indices, Shards, and general cluster metrics. |
22 | | -* Create and perform maintenance on Elasticsearch Indices. |
| 21 | +* Create and maintain Elasticsearch Indices. |
23 | 22 | * One-Click access to ES API and cat API endpoints. |
| 23 | +* Easy-to-Use Querying capabilities. |
24 | 24 | * Copy mappings and reindex Indices. |
25 | | -* Well-documented REST API for extensibility. |
26 | 25 | * Real-time monitoring charts of important metrics. |
27 | 26 | * Diagnostics check-up helps alert to specific nodes having issues. |
28 | 27 | * Active project used by Fortune 100 companies around the world. |
29 | 28 | * Free and (Real) Open Source. ;-) |
30 | 29 |
|
31 | | -Requirements |
32 | | ------------- |
| 30 | +## Installation |
33 | 31 |
|
34 | | -* Python 3.4+ |
| 32 | +### Requirements |
35 | 33 |
|
| 34 | +* Python 3.4+ |
36 | 35 |
|
37 | | -Installation |
38 | | ------------- |
| 36 | +### Instructions |
39 | 37 |
|
40 | 38 | For **full** installation and configuration instructions, see [Getting Started](http://docs.elastichq.org/installation.html) |
41 | 39 |
|
42 | 40 | 1. Download or clone the repository. |
43 | 41 | 2. Open terminal and point to root of repository. Type: ``pip install -r requirements.txt`` |
44 | 42 | 3. Run server with: `` python application.py ``. Alternatively: ``./manage.py runserver`` |
45 | 43 | 4. Access HQ with: `` http://localhost:5000 `` |
46 | | -5. All API endpoints are available through `` http://localhost:5000/api ``. |
47 | 44 |
|
48 | 45 | For further installation and configuration help, please read the docs: [ElasticHQ Documentation](http://docs.elastichq.org) |
49 | 46 |
|
50 | | -For those of you wanting to use Docker: [ElasticHQ on Dockerhub](https://hub.docker.com/r/elastichq/elasticsearch-hq/) |
| 47 | +## Docker Installation |
| 48 | + |
| 49 | +We are hosted on Dockerhub: [ElasticHQ on Dockerhub](https://hub.docker.com/r/elastichq/elasticsearch-hq/) |
| 50 | + |
| 51 | +Please see relevant documentation: [Docker Images](http://docs.elastichq.org/installation.html#docker-images). |
| 52 | + |
| 53 | +## Useful Links |
51 | 54 |
|
52 | | -Useful Links |
53 | | ------------- |
54 | 55 | * [Documentation](http://docs.elastichq.org) |
55 | 56 | * [Official Website](http://www.elastichq.org) |
56 | 57 | * [Docker Images](https://hub.docker.com/r/elastichq/elasticsearch-hq/) |
|
0 commit comments