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
Screenshot

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.

zero config

Chrome extension

38

Elasticvue is available in the chrome web store:

Chrome webstore
zero config

Edge_Logo_265x265 Edge extension

25

Elasticvue is available in the microsoft store:

Microsoft webstore
zero config

firefox-logo Firefox addon

18

Elasticvue is available for firefox:

Firefox addon

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.com

Docker image

Pulls 100K+

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.