Deploy this integration to send your CloudWatch metrics to Logz.io.
This integration creates a Kinesis Data Firehose delivery stream that links to your CloudWatch metrics stream and then sends the metrics to your Logz.io account. It also creates a Lambda function that adds AWS namespaces to the metric stream, and a Lambda function that collects and ships the resources' tags.
To deploy this project, click the button that matches the region you wish to deploy your Stack to:
Specify the stack details as per the table below, check the checkboxes and select Create stack.
Parameter | Description | Required/Default |
---|---|---|
logzioListener |
The Logz.io listener URL for your region. (For more details, see the regions page. For example - https://listener.logz.io:8053 |
Required |
logzioToken |
Your Logz.io metrics shipping token. | Required |
awsNamespaces |
Comma-separated list of the AWS namespaces you want to monitor. See [this list]((https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-services-cloudwatch-metrics.html) of namespaces. If you want to automatically add all namespaces, use value all-namespaces . |
At least one of awsNamespaces or customNamespace is required |
customNamespace |
A custom namespace for CloudWatch metrics. This is used to specify a namespace unique to your setup, separate from the standard AWS namespaces. | At least one of awsNamespaces or customNamespace is required |
logzioDestination |
Your Logz.io destination URL. | Required |
httpEndpointDestinationIntervalInSeconds |
The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. | 60 |
httpEndpointDestinationSizeInMBs |
The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. | 5 |
debugMode |
Enable debug mode for detailed logging (true/false). | false |
Give your Cloudformation a few minutes to be created, and that's it!
- 1.3.4
- Added debug mode to namespaces and tags to provide detailed operational logs, facilitating easier debugging.
- Added physicalResourceId in response, enhancing CloudFormation stack resource tracking.
- 1.3.3
- Expanded the REGIONS list with new AWS regions.
- Enhanced the script for better AWS multi-region support by implementing region-specific S3 client usage.
- 1.3.2
- Upgrade the runtime from Go 1.x to the provided Amazon Linux 2023.
- 1.3.1
- Support collecting
DBInstanceIdentifier
as label for theaws_resource_info
metric for RDS resources.
- Support collecting
- 1.3.0
- Added the functionality of
customNamespace
to specify a unique namespace.
- Added the functionality of
- 1.2.4
- Add more logzio destinations to Cloudwatch template.
- 1.2.3
- Remove 3 logzio destinations from Cloudformation template.
- 1.2.2
- Add
s3 metrics collector
function - Updated aws cloudformation templates
- Added
s3 metrics collector
deployment logic tonamespaces function
- Add
- 1.2.1:
- Template - rename field to avoid warning upon deployment.
- 1.2.0:
- Add label
logzio_agent_version
toaws_resouece_info
metrics. - Create log group and log stream for Firehose Delivery Stream.
- Add label
- 1.1.0:
- Support adding all namespaces by setting
awsNamespaces
withall-namespaces
. - Tags function: fix EBS service details.
- Support adding all namespaces by setting
- 1.0.0: Initial release.