Skip to content

AmazingPower/ddev-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

add-on registry tests last commit release

DDEV Elasticsearch

Overview

This add-on integrates Elasticsearch into your DDEV project.

Installation

ddev add-on get AmazingPower/ddev-elasticsearch
ddev restart

After installation, make sure to commit the .ddev directory to version control.

Usage

Command Description
ddev describe View service status and used ports for Elasticsearch
ddev logs -s elasticsearch Check Elasticsearch logs

Advanced Customization

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 restart

Make 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

Credits

Contributed and maintained by @AmazingPower

About

DDEV Elasticsearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from ddev/ddev-addon-template