> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mezmo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AWS CloudWatch Logs

> Send Pipeline logs to AWS CloudWatch for monitoring, with options for credentials, encoding, compression, log group, and stream.

## Description

Send your logs to [AWS Cloudwatch](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html) for monitoring.

## Configuration Options

| Option            | Description                                                     |
| ----------------- | --------------------------------------------------------------- |
| Access Key ID     | AWS Access Key ID                                               |
| Secret Access Key | AWS Secret Access Key                                           |
| Encoding          | The encoding to apply to the data. Either text or json          |
| Compression       | Whether to compress the outgoing payload. Options: none or gzip |
| Group Name        | The name of the log group for the targeted log stream.          |
| Region            | The name of the AWS region that is targeted.                    |
| Stream Name       | The name of the targeted log stream.                            |
