opensearch-project / opensearch-metrics

OpenSearch Metrics
https://metrics.opensearch.org
Apache License 2.0
1 stars 4 forks source link

[FEATURE] Allow docker to push logs to Cloudwatch #47

Open bshien opened 1 month ago

bshien commented 1 month ago

Is your feature request related to a problem?

The nginx proxy holds a docker container to sign requests so users can authenticate with OpenSearch Dashboards. When users access the dashboard, docker will start creating logs, which could cause an outage if the EC2 fills up with docker logs.

What solution would you like?

We would like to push the docker logs to a Cloudwatch log group.