All Projects → ElasticHQ → Elasticsearch Hq

ElasticHQ / Elasticsearch Hq

Licence: other
Monitoring and Management Web Application for ElasticSearch instances and clusters.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
SCSS
7915 projects
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Elasticsearch Hq

Emoji Search
😄 Emoji synonyms to build your own emoji-capable search engine (elasticsearch, solr)
Stars: ✭ 184 (-96.19%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Elastik Nearest Neighbors
Go to: https://github.com/alexklibisz/elastiknn
Stars: ✭ 249 (-94.85%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Wazuh
Wazuh - The Open Source Security Platform
Stars: ✭ 3,154 (-34.73%)
Mutual labels:  elasticsearch, monitoring
Exceptionless
Exceptionless server and jobs
Stars: ✭ 2,107 (-56.39%)
Mutual labels:  elasticsearch, monitoring
Wazuh Ruleset
Wazuh - Ruleset
Stars: ✭ 305 (-93.69%)
Mutual labels:  elasticsearch, monitoring
Alertmanager2es
Receives HTTP webhook notifications from AlertManager and inserts them into an Elasticsearch index for searching and analysis
Stars: ✭ 173 (-96.42%)
Mutual labels:  elasticsearch, monitoring
Wazuh Kibana App
Wazuh - Kibana plugin
Stars: ✭ 212 (-95.61%)
Mutual labels:  elasticsearch, monitoring
Elastiknn
Elasticsearch plugin for nearest neighbor search. Store vectors and run similarity search using exact and approximate algorithms.
Stars: ✭ 139 (-97.12%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Hastic Server
Hastic data management server for analyzing patterns and anomalies from Grafana
Stars: ✭ 292 (-93.96%)
Mutual labels:  elasticsearch, monitoring
Alerting
📟 Open Distro for Elasticsearch Alerting Plugin
Stars: ✭ 259 (-94.64%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Dashbuilder
Dashboard composition tooling based on the Uberfire framework
Stars: ✭ 163 (-96.63%)
Mutual labels:  elasticsearch, monitoring
Awesome Monitoring
INFRASTRUCTURE、OPERATION SYSTEM and APPLICATION monitoring tools for Operations.
Stars: ✭ 356 (-92.63%)
Mutual labels:  elasticsearch, monitoring
Graph Aided Search
Elasticsearch plugin offering Neo4j integration for Personalized Search
Stars: ✭ 153 (-96.83%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Mirage
🎨 GUI for simplifying Elasticsearch Query DSL
Stars: ✭ 2,143 (-55.65%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Esparser
PHP write SQL to convert DSL to query Elasticsearch
Stars: ✭ 142 (-97.06%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Wazuh Docker
Wazuh - Docker containers
Stars: ✭ 213 (-95.59%)
Mutual labels:  elasticsearch, monitoring
Elasticsearch Dataformat
Excel/CSV/BulkJSON downloads on Elasticsearch.
Stars: ✭ 135 (-97.21%)
Mutual labels:  elasticsearch, elasticsearch-plugin
Chewy
High-level Elasticsearch Ruby framework based on the official elasticsearch-ruby client
Stars: ✭ 1,749 (-63.8%)
Mutual labels:  elasticsearch, elasticsearch-client
K8s
Important production-grade Kubernetes Ops Services
Stars: ✭ 253 (-94.76%)
Mutual labels:  elasticsearch, monitoring
Sigma
Generic Signature Format for SIEM Systems
Stars: ✭ 4,418 (-8.57%)
Mutual labels:  elasticsearch, monitoring

ElasticHQ

This project is no longer maintained. Use at your own risk.

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 of their "open source" python libs were too much to keep up with.

Simplified Monitoring and Management for ElasticSearch clusters.

gitHub stars docker pulls latest gitHub issues python license

alt text

Key Features

  • Works with 2.x, 5.x, 6.x, 7.x and current versions of Elasticsearch.
  • Monitor many clusters at once.
  • Monitor Nodes, Indices, Shards, and general cluster metrics.
  • Create and maintain Elasticsearch Indices.
  • One-Click access to ES API and cat API endpoints.
  • Easy-to-Use Querying capabilities.
  • Copy mappings and reindex Indices.
  • 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. ;-)

Quickstart: Docker

We are hosted on Dockerhub: ElasticHQ on Dockerhub

  1. docker run -p 5000:5000 elastichq/elasticsearch-hq
  2. Access HQ with: http://localhost:5000

For further instructions on docker commands and configuration, please see relevant documentation: Docker Images.

Source Installation

Requirements

  • Python 3.6

Instructions

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: python3 application.py. Alternatively: ./manage.py runserver
  4. Access HQ with: http://localhost:5000

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

OpenShift Installation

Please see relevant documentation: ElasticHQ on OpenShift.

Useful Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].