You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloudwatchevents/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Sumo Logic Functions for AWS CloudWatch Events
1
+
# Sumo Logic Function for AWS CloudWatch Events
2
2
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)
4
4
5
5
6
6
# Usage
@@ -30,7 +30,7 @@ The following AWS Lambda environment variables are supported
30
30
*`SOURCE_HOST_OVERRIDE` (OPTIONAL) - Override _sourceHost metadata field within SumoLogic. If `none` will not be overridden
31
31
*`SOURCE_NAME_OVERRIDE` (OPTIONAL) - Override _sourceName metadata field within SumoLogic. If `none` will not be overridden
32
32
33
-
# Including Outer Event Fields
33
+
# Excluding Outer Event Fields
34
34
By default, a CloudWatch Event has a format similar to this:
35
35
36
36
```
@@ -47,4 +47,4 @@ By default, a CloudWatch Event has a format similar to this:
47
47
}
48
48
```
49
49
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