opsworks-co / vector-eks-s3-opensearch

This Terraform module simplify setup of the logging collecting and aggregation using Vector to the AWS EKS with intermediate cache in AWS S3 and final destination in AWS OpenSearch
Apache License 2.0
16 stars 3 forks source link

How to install and configure this on ECS #6

Open pintraj opened 1 week ago

pintraj commented 1 week ago

How to install and configure this on ECS with out EKS

sirantd commented 5 days ago

Hi,

This project was made for the EKS and based on the original vector helmchart. ECS doesn't support installation from Helm charts, so you must create corresponding service/task definitions for ECS using Terraform or Cloudformation. To collect logs from the ECS Fargate, you will need to run the vector agent as a sidecar container.