opensearch-project / opensearch-project/opensearch-devops
Create a docker container(s) repo that deploys an awesome OpenSearch cluster
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 46
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
There's no easy way to boot up various interesting docker clusters with OpenSearch.
Describe the solution you'd like
When I needed a working ELK cluster with logstash, ES and Kibana I found https://github.com/deviantony/docker-elk, checked that out and ran docker-compose up, and everything worked. We document how to do docker compose, but we don't actually have anything as easy as docker-elk for users. I'd like a new repo that contains docker-compose configurations for many interesting scenarios (e.g. opensearch + kibana, cluster with X nodes, opensearch + logstash that sends data to it, etc.).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked sample Docker Compose documentation and the docker-elk example referenced in the issue. Define the repository structure and initial scenarios, such as OpenSearch with Kibana, multi-node clusters, and Logstash integration. Done means users can run the provided docker-compose configurations to start the documented working scenarios.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100