Skip to content

Commit dcaec4a

Browse files
authored
Merge pull request #30 from g-wattz/patch-4
Add 'called SUMO_ENDPOINT' to comment
2 parents c69ee92 + a82e3c6 commit dcaec4a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

cloudwatchlogs/cloudwatchlogs_lambda.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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-
//////////////////////////////////////////////////////////////////////////////////////////////
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 CALLED SUMO_ENDPOINT AND PASTE IN ENVIRONMENTAL VARIABLES BELOW //
6+
// https://help.sumologic.com/Send_Data/Sources/02Sources_for_Hosted_Collectors/HTTP_Source //
7+
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
88

99
// SumoLogic Endpoint to post logs
1010
var SumoURL = process.env.SUMO_ENDPOINT;

0 commit comments

Comments
 (0)