Skip to content

Elasticsearch GUI

tmpayton edited this page Dec 31, 2024 · 1 revision

To use the elasticsearch GUI

  1. Add the elasticvue extension or download the app from https://elasticvue.com/
  2. Update your cors settings in your elasticsearch.yml file. This can be found in elasticsearch-yourversion/config
http.cors.enabled: true 
http.cors.allow-origin: /https:\/\/app.elasticvue.com/ 

# and if your cluster is password protected you also have to add: 
http.cors.allow-headers: X-Requested-With,Content-Type,Content-Length,Authorization
  1. Restart elasticsearch
  2. go to https://app.elasticvue.com/