nerdswords / yet-another-cloudwatch-exporter

Prometheus exporter for AWS CloudWatch - Discovers services through AWS tags, gets CloudWatch metrics data and provides them as Prometheus metrics with AWS tags as labels
Apache License 2.0
953 stars 328 forks source link

[QUESTION] Can Yace be used to export logs from EKS? #1423

Closed ArchitKhanna closed 2 months ago

ArchitKhanna commented 3 months ago

EKS by default has Cloudwatch logging which can be enabled. However, I would like to bypass this and ship the logs directly to S3, is this possible?

Note: Looking to ship EKS control plane logs, not metrics.

NickAdolf commented 2 months ago

Short answer is no. YACE is in the game of getting metrics out of Cloudwatch so not really the right tool in this case.

ArchitKhanna commented 2 months ago

Yeah I reached that conclusion too after much deliberation. Thank you for the reply though!