You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.).
The text was updated successfully, but these errors were encountered:
bbarani
transferred this issue from opensearch-project/opensearch-build
Jun 8, 2021
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.).The text was updated successfully, but these errors were encountered: