Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 432 Bytes

File metadata and controls

23 lines (18 loc) · 432 Bytes

container-logs

What it does

Gathers logs specific to docker container, and uploads to S3 bucket

Details

To execute this job, use the following JSON as an example:

{
    "operation": "container-logs",
    "containers": [
        {
            "id": "<CONTAINER-ID>",
            "bucket": "<S3-BUCKET>",
            "prefix": "logs/"
        }
    ]
}

The operation key must have a value of 'container-logs'.