This add-on integrates Elasticsearch into your DDEV project.
ddev add-on get AmazingPower/ddev-elasticsearch
ddev restartAfter installation, make sure to commit the .ddev directory to version control.
| Command | Description |
|---|---|
ddev describe |
View service status and used ports for Elasticsearch |
ddev logs -s elasticsearch |
Check Elasticsearch logs |
To change the Docker image:
ddev dotenv set .ddev/.env.elasticsearch --elasticsearch-docker-image="ddev/ddev-utilities:latest"
ddev add-on get AmazingPower/ddev-elasticsearch
ddev restartMake sure to commit the .ddev/.env.elasticsearch file to version control.
All customization options (use with caution):
| Variable | Flag | Default |
|---|---|---|
ELASTICSEARCH_DOCKER_IMAGE |
--elasticsearch-docker-image |
ddev/ddev-utilities:latest |
Contributed and maintained by @AmazingPower