Giter Club home page Giter Club logo

ddev-opensearch's Introduction

DDEV OpenSearch Add-on

This addon sets up two services in your DDEV project.

  • OpenSearch service (Docker Image: opensearchproject/opensearch:latest)
  • OpenSearch Dashboards service (Docker Image: opensearchproject/opensearch-dashboards:latestopensearch:latest)

We activate these plugins out-of-the-box:

  • analysis-phonetic
  • analysis-icu

To change the version, update the .ddev/opensearch/Dockerfile for the main OpenSearch Service. Update the file .ddev/docker-compose.opensearch.yaml for a compatible Dashboards version.

Installation

  1. Run ddev get ddev/ddev-opensearch to install the addon in your exiting DDEV project.
  2. ddev restart to restart your project.

Usage

After installation, you can access the OpenSearch instance by visiting https://<yourname>.ddev.site:9201 (encrypted) or http://<yourname>.ddev.site:9200.

The Dashboards can be accessed via: https://<yourname>.ddev.site:5602.

Run ddev describe to list your project's services and their URLs.

Logging

All logs are directed to the container's stdout.

You can view the logs with ddev logs -s opensearch and ddev logs -s opensearch-dashboards

Contributed and maintained by @cmuench from @netz98 org

Co-maintained by @stasadev

ddev-opensearch's People

Contributors

cmuench avatar stasadev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ddev-opensearch's Issues

Cannot change version

I'm trying to use 2.12.0 and I have set this inside .ddev/opensearch/Dockerfile but when checking the version by visiting the url echoed in ddev describe, I'm consistently seeing 2.13.0.

All installed files (like Dockerfile) must have #ddev-generated

All installed files must have #ddev-generated in them, to allow ddev get or ddev get --remove to mess with them.

Currently at least the Dockerfile does not. Please add #ddev-generated to that and also make sure that ddev get --remove works cleanly.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.