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

feat: Update Outputs: add SQS name. Bump component versions. #4

Closed chas0amx closed 7 months ago

chas0amx commented 7 months ago

Need to get the SQS name to configure a CloudWatch Alarm for stuck events if something goes wrong with the vector-aggregator. There are several approaches:

sirantd commented 7 months ago

@chas0amx If I understand the initial request correctly, the best solution would be to provide the SQS queue arn/name in the module output.

Please update your PR