AWS Lambda
Last updated
Was this helpful?
Scanner supports AWS Lambda logs, which are logs generated by the code running in Lambda functions. These tend to be application logs.
In order for Scanner to see your Lambda logs, you can configure Lambda to publish logs to CloudWatch, then configure the CloudWatch log groups to forward data to a Kinesis Data Firehose, which can then write the logs into an S3 bucket that Scanner is linked to.
You can follow AWS documentation to publish your Lambda logs to one or more CloudWatch log groups. See: Using CloudWatch Logs logs with Lambda.
You can follow the AWS documentation to configure your CloudWatch log groups to push their logs to a Kinesis Data Firehose. See: Send CloudWatch Logs to Firehose.
A Kinesis Data Firehose can push logs to various destinations. We want to push to an S3 bucket that Scanner is linked to. You can follow the AWS documentation to configure the Firehose to write to an S3 bucket. See: Understand data delivery in Amazon Data Firehose.
Follow the Custom Logs - AWS S3 guide to ingest logs from S3 via Scanner Collect.
Last updated
Was this helpful?
Was this helpful?