Elasticvue is a free and open-source elasticsearch gui
Features
- Cluster overview
- Index management
- Search interface
- REST Query interface
- Snapshot management
- ... and more
Get elasticvue desktop ...
Windows app
Elasticvue is available on windows:
Download msiMacOS app
Elasticvue is available for macos:
Linux app
Elasticvue is available for linux:
Download AppImage... or the elasticvue browser extension
If you don't use the desktop app or 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
350k+ downloads
Download and run the image
docker run -p 8080:8080 --name elasticvue \
-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.