Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

User Interface for Elasticsearch

I am using Elasticsearch as my Database, I just want to see the elasticsearch indices in the form of tables. How to get it?

like image 340
Ramprasad Avatar asked Jun 04 '15 04:06

Ramprasad


1 Answers

Depending on your needs, Kibana may work for you. Just make sure you tell it that you don't want your index pattern to think your data is time series: Create an index pattern

Then you can search and see results in a table from the Discover pane: Discover pane

You can save searches and add nicer visualisations (gauges, pie charts, etc) in a Dashboard.

like image 145
Radu Gheorghe Avatar answered Oct 05 '22 10:10

Radu Gheorghe