Skip to content

Commit c69ee92

Browse files
authored
Merge pull request #29 from g-wattz/patch-3
Updated Comments to call out require Sumo endpoint
2 parents 136d384 + db6ff89 commit c69ee92

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

cloudwatchlogs/cloudwatchlogs_lambda.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
//////////////////////////////////////////////////////////////////////////////////
2-
// CloudWatch Logs to SumoLogic //
3-
// https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/cloudwatchlogs //
4-
//////////////////////////////////////////////////////////////////////////////////
1+
//////////////////////////////////////////////////////////////////////////////////////////////
2+
// CloudWatch Logs to SumoLogic //
3+
// https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/cloudwatchlogs //
4+
// //
5+
// YOU MUST CREATE A SUMO LOGIC ENDPOINT AND PASTE IN ENVIRONMENTAL VARIABLES BELOW //
6+
// https://help.sumologic.com/Send_Data/Sources/02Sources_for_Hosted_Collectors/HTTP_Source //
7+
//////////////////////////////////////////////////////////////////////////////////////////////
58

69
// SumoLogic Endpoint to post logs
710
var SumoURL = process.env.SUMO_ENDPOINT;

0 commit comments

Comments
 (0)