这是indexloc提供的服务,不要输入任何密码
Skip to content

JamesWoolfenden/terraform-aws-cloudwatch-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slalom

terraform-aws-cloudwatchtos3 Build Status Latest Release

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.

Usage

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
}

Inputs

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

Outputs

Name Description
cwlrolearn -
firehosearn -

Related Projects

Check out these related projects.

Help

Got a question?

File a GitHub issue.

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Copyrights

Copyright © 2019-2019 Slalom, LLC

License

License

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.

Contributors

James Woolfenden
James Woolfenden

About

Stream Cloudwatch logs to s3

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •