Skip to content

Commit 08bf03f

Browse files
committed
SUMO-0: Update README file
1 parent 0e72c85 commit 08bf03f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cloudwatchevents/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Sumo Logic Functions for AWS CloudWatch Events
1+
# Sumo Logic Function for AWS CloudWatch Events
22

3-
AWS Lambda function to collector logs from CloudWatch Events and post them to [SumoLogic](http://www.sumologic.com) via a [HTTP collector endpoint](http://help.sumologic.com/Send_Data/Sources/02Sources_for_Hosted_Collectors/HTTP_Source)
3+
AWS Lambda function to collect CloudWatch events and post them to [SumoLogic](http://www.sumologic.com) via a [HTTP collector endpoint](http://help.sumologic.com/Send_Data/Sources/02Sources_for_Hosted_Collectors/HTTP_Source)
44

55

66
# Usage
@@ -30,7 +30,7 @@ The following AWS Lambda environment variables are supported
3030
* `SOURCE_HOST_OVERRIDE` (OPTIONAL) - Override _sourceHost metadata field within SumoLogic. If `none` will not be overridden
3131
* `SOURCE_NAME_OVERRIDE` (OPTIONAL) - Override _sourceName metadata field within SumoLogic. If `none` will not be overridden
3232

33-
# Including Outer Event Fields
33+
# Excluding Outer Event Fields
3434
By default, a CloudWatch Event has a format similar to this:
3535

3636
```
@@ -47,4 +47,4 @@ By default, a CloudWatch Event has a format similar to this:
4747
}
4848
```
4949

50-
This event will be sent as-is to Sumo Logic. If you just want to send the ```defail``` key instead, set the ```removeOuterFields``` to true.
50+
This event will be sent as-is to Sumo Logic. If you just want to send the ```detail``` key instead, set the ```removeOuterFields``` variable to true.

0 commit comments

Comments
 (0)