Git Product home page Git Product logo

elasticsearch-hq's Introduction

ElasticHQ

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

๐Ÿ“ข Important Announcement regarding ElasticHQ v3!

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.

Elasticsearch 5.0

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

Enabling CORS

You most likely need to enable CORS on your Elasticsearch yml configs for this plugin to work if using it from outside of the cluster.

http.cors.enabled : true
http.cors.allow-origin : "*"
http.cors.allow-methods : OPTIONS, HEAD, GET, POST, PUT, DELETE
http.cors.allow-headers : X-Requested-With,X-Auth-Token,Content-Type, Content-Length

Contributing

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

Notes + Support

License

See included License File.

elasticsearch-hq's People

Contributors

adrienbrault avatar akagomez avatar armandabric avatar auswm85 avatar bchaikin avatar cuongtransc avatar davidcollom avatar davkal avatar dersascha avatar friss avatar labrown avatar mitchpenrod avatar pavelvanecek avatar paxnoop avatar plasma avatar rogierslag avatar royrusso avatar sjonhortensius avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.