SumoLogic / sumologic-aws-lambda

A collection of lambda functions to collect data from Cloudwatch, Kinesis, VPC Flow logs, S3, security-hub and AWS Inspector
Other
152 stars 134 forks source link

SUMO-140669: Added tag filtering #121

Closed himanshu219 closed 4 years ago

himanshu219 commented 4 years ago

Added a new parameter LogGroupTags which is used for filtering out loggroups based on tags. Only loggroups which match any one of the key value pairs will be subscribed to the lambda function. This works only for new loggroups not existing loggroups.