Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.79 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.79 KB

tests project is maintained

DDEV Elasticvue

What is ddev-elasticvue?

This repository allows you to quickly install Elasticvue into a DDEV project using just ddev get 2ndkauboy/ddev-elasticvue.

Installation

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.

Configuration

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:

Web-to-print settings menu

  1. Click on the Predefined Clusters button.
  2. 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.

Explanation

Elasticvue is a free and open-source gui for elasticsearch that you can use to manage the data in your cluster.

Additional Resources

Elasticvue is maintained by @cars10
DDEV Elasticvue is maintained by @2ndkauboy