Terraform module to provision infra that collates cloudwatch data into an s3 data lake cloudwatch.
This project 100% Open Source and licensed under the APACHE2.
Include this repository as a module in your existing terraform code:
module "cloudwatchtos3" {
source = "jameswoolfenden/aws/cloudwatchtos3"
cloudwatch_name = var.cloudwatch_name
log_bucket = var.log_bucket
log_name = var.log_name
log_stream = var.log_stream
region_desc = var.region_desc
filter_pattern = var.filter_pattern
common_tags = var.common_tags
}| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| cloudwatch_name | - | string | - | yes |
| common_tags | - | map | - | yes |
| filter_pattern | description | string | description |
no |
| log_bucket | - | string | - | yes |
| log_group_name | - | string | /var/log/messages |
no |
| log_name | - | string | - | yes |
| log_stream | - | string | - | yes |
| region_desc | Region | string | - | yes |
| Name | Description |
|---|---|
| cwlrolearn | - |
| firehosearn | - |
Check out these related projects.
- terraform-aws-codebuild - Making a Build pipeline
Got a question?
File a GitHub issue.
Please use the issue tracker to report any bugs or file feature requests.
Copyright © 2019-2019 Slalom, LLC
See LICENSE for full details.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
James Woolfenden |
|---|