This repository allows you to quickly install Elasticvue into a DDEV project using just ddev get 2ndkauboy/ddev-elasticvue
.
For DDEV v1.23.5 or above run
ddev add-on get 2ndkauboy/ddev-elasticvue && ddev restart
For earlier versions of DDEV run
ddev get 2ndkauboy/ddev-elasticvue && ddev restart
You can then visit Elasticvue by running ddev elasticvue
or visiting the URL shown in ddev describe
.
The add-on assumes that the Elasticsearch service is named elasticsearch
. If this is the case, you can import the predefined cluster on the welcome screen:
- Click on the
Predefined Clusters
button. - Click on the
Import 1 Cluster
button.
This only need to be done the first time you use this for a new project. If your clusters are named differently, you can use the "Add Elasticsearch Cluster" button. If you have other issues, refer to the official website or GitHub repository of Elasticvue listed below.
Elasticvue is a free and open-source gui for elasticsearch that you can use to manage the data in your cluster.
Elasticvue is maintained by @cars10
DDEV Elasticvue is maintained by @2ndkauboy