Skip to content

Commit

Permalink
Change SumoLogic to Sumo Logic
Browse files Browse the repository at this point in the history
  • Loading branch information
duchatran committed Mar 8, 2016
1 parent a22b786 commit 47984d8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SumoLogic AWS Lambda Functions
Sumo Logic AWS Lambda Functions
==============================

## What does AWS Lambda do? ##
Expand Down
2 changes: 1 addition & 1 deletion cloudwatchlogs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SumoLogic Functions for AWS CloudWatch Logs
Sumo Logic Functions for AWS CloudWatch Logs
===========================================

Files
Expand Down
4 changes: 2 additions & 2 deletions kinesis/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Kinesis to Sumologic
# Kinesis to Sumo Logic

This function reads messages from a Kinesis
stream and posts them to a SumoLogic hosted HTTP collector.
stream and posts them to a Sumo Logic hosted HTTP collector.

## Lambda configuration

Expand Down
4 changes: 2 additions & 2 deletions s3/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# S3 to SumoLogic
This function reads files from an S3 bucket to a SumoLogic hosted HTTP collector. Files in the source bucket can be gzipped, or in cleartext, but should contain only texts.
# S3 to Sumo Logic
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.

## How it works
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.
Expand Down

0 comments on commit 47984d8

Please sign in to comment.