Skip to content

Commit 206953d

Browse files
committed
Update README file for S3
1 parent f8f3376 commit 206953d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

s3/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# S3 to Sumo Logic
2-
This function reads files from an S3 bucket to a Sumo Logic hosted HTTP collector. Files in the source bucket can be gzipped, or in cleartext, but should contain only texts.
1+
===========================================
2+
S3 to Sumo Logic
3+
===========================================
34

4-
## How it works
5-
The function receives S3 notifications on new files uploaded to the source S3 bucket. It then reads these files, or unzips them if the file names end with `gz`, and sends to the target Sumo endpoint.
5+
Files
6+
-----
7+
* *node.js/s3.js*: node.js function to read files from an S3 bucket to a Sumo Logic hosted HTTP collector. Files in the source bucket can be gzipped, or in cleartext, but should contain only texts. The function receives S3 notifications on new files uploaded to the source S3 bucket, then reads these files, or unzips them if the file names end with `gz`, and finally sends the data to the target Sumo endpoint.
68

79
## Lambda Setup
810
For the Sumo collector configuration, do not enable multiline processing or

0 commit comments

Comments
 (0)