You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Carsten König edited this page Jan 4, 2021
·
6 revisions
The primary reason for me to write elasticvue is that i wanted an easy way to browse the data in my elasticsearch cluster. I wanted a simple table view that features filter, pagination and sorting just like you can view your data in other databases (for example mysql-workbench or sequelpro for mysql/mariadb).
Many frontends for elasticsearch do not offer a way to show your data in a table (for example cerebro) or they are more complicated to use (like kibana).
Elasticvue tries to fill that gap by beeing more "document oriented" or "data oriented" instead of "cluster oriented" like other tools.
This is a list of some similar tools with some pros and cons to compare them to elasticvue. Please open an issue if you think an important tool or point is missing/wrong.
I really do not want to denigrate any of the tools mentioned here. This page only exists to help users chose the tool that they need. Please contact me if you think that something is not right.