sumologic-aws-lambda icon indicating copy to clipboard operation
sumologic-aws-lambda copied to clipboard

A collection of lambda functions to collect data from Cloudwatch, Kinesis, VPC Flow logs, S3, security-hub and AWS Inspector

Results 26 sumologic-aws-lambda issues
Sort by recently updated
recently updated
newest added

Any plans to validate and support the code to run on ARM64 and Node16 runtime? ARM64 will help reduce customer operational costs. https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

Before: `Host: /aws/elasticbeanstalk/var/log/httpd/access_log Name: i-02cd231ee30150f88 Category: apache ` After: `Host: i-02cd231ee30150f88 Name: /aws/elasticbeanstalk/var/log/httpd/access_log Category: apache `

Dear team: Does this project have plan to support the deployment within AWS China regions? Thanks

Hi @SumoSourabh The [Readme.md](https://github.com/SumoLogic/sumologic-aws-lambda/blob/main/cloudwatchevents/README.md#running-tests) for the CloudWatchEvents deployments needs an update, as it contains an AWS SAR security vulnerability that has been recently discovered. We wrote a [detailed explanation](https://codeshield.io/blog/2021/08/26/sar_confused_deputy/) on...

hello, we'd like to use `_sumo_metadata`, but we currently send our logs as text only. would it be possible to send a message like this: ``` { _sumo_metadata: {...}, message:...

This PR adds support for deduplicating log messages based on Message id.

do-not-merge

`SumoCWLogSubsriptionFilter` should be `SumoCWLogSubscriptionFilter`

When there are a large number of existing log groups, and USE_EXISTING_LOG_GROUPS=True then the `putSubscriptionFilter` AWS API call sometimes fails due to hitting throttling limits. We see errors similar to...

we found that running these three lambdas without [concurrency management](https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html) was causing us to hit CloudWatch API rate limits. the `Concurrency` parameters default to the `ReservedConcurrentExecutions`'s default, so this should...

I have installed the kinesis firehose processor but seeing weird characters in SumoLogic. I have used the readme from the following github url https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/kinesisfirehose-processor to implement the kinesis firehose processor....