Elasticvue is a free and open-source elasticsearch gui for the browser.
Features
- Cluster overview
- Index management
- Search interface
- REST Query interface
- Snapshot management
- ... and more
Get elasticvue
beta
Desktop app
Elasticvue desktop (based on tauri) is currently in beta. Try it here:
Elasticvue desktop The browser extensions are the easiest way to run elasticvue.
This way you can use elasticvue immediately without having to do any cluster configuration.
If you don't use a browser extension then you have to configure CORS to grant the browser access to your cluster.
Elasticvue will guide you on how to configure your cluster when you use it for the first time.
Web app
You can use the hosted version of elasticvue to avoid installing anything.
app.elasticvue.comDocker image
Download and run the image
docker run -p 8080:8080 \
-d cars10/elasticvue
Then open http://localhost:8080
Building manually
Check the readme for instructions on how to manually build elasticvue.
Checkout usage for details on how to configure your cluster to use elasticvue.