Skip to content

frankreno/sumologic-aws-lambda-unzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sumologic-aws-lambda-unzip

A Java Lambda function that can uncompress a zip file, read the files inside and send them to Sumo Logic.

Instructions

  1. Downlaod the latest release.
  2. You need to create a configuration JSON file that contains the endpoint. This file needs to be placed in the same S3Bucket that contains the zip files you want to send to sumo. An example config is shown below. Remember to adjust the hostname as needed.
  3. Create your lambda function. When configuring the the handler, you need to use com.sumologic.lambda.SumoUnzipS3EventProcessor::handleRequest

License

Released under Apache 2.0 License.

Example Configuration JSON File

{"endpoint":"https://endpoint1.collection.sumologic.com/receiver/v1/http/<YOUR UNIQUE ID HERE>"}

About

AWS Lambda to Unzip logs and send to Sumo Logic.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages