From a11c16b6e81174c26fb78996442d2d71cf2768b4 Mon Sep 17 00:00:00 2001 From: Duc Ha Date: Wed, 30 Nov 2016 17:16:43 -0800 Subject: [PATCH] Update README for cloudwatchlogs.js --- cloudwatchlogs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudwatchlogs/README.md b/cloudwatchlogs/README.md index ff79703..9e09885 100644 --- a/cloudwatchlogs/README.md +++ b/cloudwatchlogs/README.md @@ -3,7 +3,7 @@ Sumo Logic Functions for AWS CloudWatch Logs Files ----- -* *node.js/cloudwatchlogs.js*: node.js file to collect data from AWS CWL. Can also be used to collect AWS VPC Flowlogs sent via CWL. +* *node.js/cloudwatchlogs.js*: node.js file to collect data from AWS CWL. * *node.js/cloudwatchlogs_vpc.js*: node.js file to collect AWS VPC Flowlogs sent via CWL. * *node.js/cloudwatchlogs_lambda.js*: node.js file to collect AWS Lambda logs via CWL. This version extracts and add a "RequestId" field to each log line to make correlations easier.