aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.21k stars 317 forks source link

[EKS] [Logging]: Splunk HEC Support for aws-logging on Fargate #1528

Open msfidelis opened 2 years ago

msfidelis commented 2 years ago

Community Note

Tell us about your request EKS aws-logging support for Splunk HEC on Fargate

Which service(s) is this request for? This could be Fargate, EKS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? Send Fargate Pods Stdout Logs directly to Splunk HTTP Event Collector. This output is supported for native FluentBit, but aws-logging options only support lock-in options.

Are you currently working around this issue? I use Cloudwatch Output -> lambda -> HEC but this is a very expensive solution for high tput workloads,

msfidelis commented 2 years ago

Any interest in this feature on product roadmap?

msfidelis commented 1 year ago

Any Updates? 😢

mlumarque commented 5 months ago

We currently send our EKS/pod logs to cloudwatch. A lambda function is then trigger that then forwards the logs to splunk. We are looking at moving from fargate in favor of ec2 instances so we can use daemonsets to do most of the heavy lifting. Would love to stick to fargate since it's a managed soution.