From db6ff8912932cf79cc38be6515d854ff0599e296 Mon Sep 17 00:00:00 2001 From: Graham Watts Date: Wed, 28 Jun 2017 11:14:34 -0600 Subject: [PATCH] Updated Comments to call out require Sumo endpoint Added more to the comments so that if someone finds our Lambda function via searching in AWS (not from one of our docs) they won't forget the endpoint --- cloudwatchlogs/cloudwatchlogs_lambda.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cloudwatchlogs/cloudwatchlogs_lambda.js b/cloudwatchlogs/cloudwatchlogs_lambda.js index 7cf51ca..853ecb8 100644 --- a/cloudwatchlogs/cloudwatchlogs_lambda.js +++ b/cloudwatchlogs/cloudwatchlogs_lambda.js @@ -1,7 +1,10 @@ -////////////////////////////////////////////////////////////////////////////////// -// CloudWatch Logs to SumoLogic // -// https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/cloudwatchlogs // -////////////////////////////////////////////////////////////////////////////////// +////////////////////////////////////////////////////////////////////////////////////////////// +// CloudWatch Logs to SumoLogic // +// https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/cloudwatchlogs // +// // +// YOU MUST CREATE A SUMO LOGIC ENDPOINT AND PASTE IN ENVIRONMENTAL VARIABLES BELOW // +// https://help.sumologic.com/Send_Data/Sources/02Sources_for_Hosted_Collectors/HTTP_Source // +////////////////////////////////////////////////////////////////////////////////////////////// // SumoLogic Endpoint to post logs var SumoURL = process.env.SUMO_ENDPOINT;