Skip to content

Commit 3cdcea4

Browse files
authored
Update cloudwatch-lambda-function.yml
1 parent 9a2c17d commit 3cdcea4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/sentinel/cloudwatch-lambda-function.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metadata:
1515
title: |
1616
Create a Lambda function to send CloudWatch events to an S3 bucket
1717
introduction: |
18-
In some cases, your CloudWatch logs may not match the format accepted by Microsoft Sentinel - .csv file in a GZIP format without a header. In this article, you use a [lambda function](https://github.com/Azure/Azure-Sentinel/blob/master/DataConnectors/AWS-S3/CloudWatchLambdaFunction.py) within the Amazon Web Services (AWS) environment to send [CloudWatch events to an S3 bucket](connect-aws.md), and convert the format to the accepted format.
18+
In some cases, your CloudWatch logs may not match the format accepted by Microsoft Sentinel - .csv file in a GZIP format without a header. In this article, you use a **lambda function** ([view the source code](https://github.com/Azure/Azure-Sentinel/blob/master/DataConnectors/AWS-S3/CloudWatchLambdaFunction.py)) within the Amazon Web Services (AWS) environment to send [CloudWatch events to an S3 bucket](connect-aws.md), and convert the format to the accepted format.
1919
procedureSection:
2020
- title: |
2121
Create the lambda function
@@ -62,6 +62,8 @@ procedureSection:
6262
Select **Test** to see how the event appears in the S3 bucket.
6363
6464
relatedContent:
65+
- text: View the lambda function source code
66+
url: https://github.com/Azure/Azure-Sentinel/blob/master/DataConnectors/AWS-S3/CloudWatchLambdaFunction.py
6567
- text: Get visibility into your data, and potential threats
6668
url: get-visibility.md
6769
- text: Detect threats with Microsoft Sentinel

0 commit comments

Comments
 (0)