-
Notifications
You must be signed in to change notification settings - Fork 106
Elasticsearch GUI
tmpayton edited this page Dec 31, 2024
·
1 revision
To use the elasticsearch GUI
- Add the elasticvue extension or download the app from https://elasticvue.com/
- 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
- Restart elasticsearch
- go to https://app.elasticvue.com/