Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
OlegKunitsyn edited this page Dec 2, 2012 · 3 revisions

ElasticSearch Data Browser - Web front-end over ElasticSearch data written in ExtJS.

Features

  • Rich UI
  • Search
  • Charts
  • Zero-configuration
  • Supports Internet Explorer 6+, Firefox 3.6+, Safari 4+, Chrome 10+, Opera 11+

Installation

sudo bin/plugin -install OlegKunitsyn/elasticsearch-browser

Usage

Open http://localhost:9200/_plugin/browser/?database=[index]&table=[type]

where

  • [index] ElasticSearch index
  • [type] ElasticSearch index type

Example: http://localhost:9200/_plugin/browser/?database=test&table=users

Screenshots

Screenshot

Clone this wiki locally