Skip to content

Commit a82e3c6

Browse files
authored
Update cloudwatchlogs_lambda.js
1 parent c69ee92 commit a82e3c6

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)