Import archived logs

This tutorial will explain how to import logs from s3 back to Coralogix

Eldar Aliiev avatar
Written by Eldar Aliiev
Updated over a week ago

Description

Coralogix allows you to import the data you archived in an easy and structured way. Simply use our proprietary Lambda function and have your archived logs back in your system in minutes.

To choose what to archive:

  1. Go to your Coralogix archive bucket, data should be stored there per the day and hour of the log entires.

  2. Choose the relevant hour to import and place it in a separate bucket.

  3. Note – Imported logs count as part of your daily quota.

The preferred and easiest integration method will be to use our aws Serverless Application Repository. Search for 'coralogix'. Don't forget to check the 'Show apps that create custom IAM roles or resource policies' box located just under the search field to see all available applications. Select your application of choice and click on it. You will see detailed instructions in the readme section on the left.

The rest of this document describes a manual configuration of this integration and the Lambda associated with it and should be used if there is a need for special customization.

Usage

Make sure you add the private_key environment variable when using this lambda.

  1. Create an “author from scratch” Node.js 8.10 runtime lambda with an S3 read permissions

2. At “Code entry type” choose “Upload a ZIP file” and upload “s3ToCoralogix.zip”

https://s3-eu-west-1.amazonaws.com/coralogix-public/tools/s3ArchivedReader.zip

3. Add the private_key environment variable.
4. Choose the S3 bucket you want to get triggered by and change the event type from “PUT” to “Object Created (All)”

5. Click ‘Save’

Did this answer your question?