Coder Social home page Coder Social logo

felipefrizzo / terraform-aws-kinesis-firehose Goto Github PK

View Code? Open in Web Editor NEW
25.0 3.0 22.0 21 KB

This code creates a Kinesis Firehose in AWS to send CloudWatch log data to S3.

License: MIT License

Python 38.60% HCL 61.40%
terraform terraform-aws terraform-provider kinesis-firehose cloudwatch-logs parquet big-data big-data-processing etl-job analytics

terraform-aws-kinesis-firehose's Introduction

terraform-aws-kinesis-firehose

This code creates a Kinesis Firehose in AWS to send CloudWatch log data to S3.

Usage

module "kinesis-firehose" {
  source                                = "git::https://github.com/felipefrizzo/terraform-aws-kinesis-firehose.git?ref=master"
  region                                = "aws_region"
  kinesis_firehose_stream_name          = "stream_name"
  kinesis_firehose_stream_backup_prefix = "bucket_backup_prefix"
  bucket_name                           = "bucket_name"
  root_path                             = false
  lambda_function_name                  = "lambda_function_name"
  lambda_function_file_name             = "kinesis-firehose-cloudwatch-logs-json-processor-python"
  glue_catalog_database_name            = "glue_catalog_database_name"
  glue_catalog_table_name               = "glue_catalog_table_name"
  glue_catalog_table_columns            = {
    "column_name" = {
      name = "column_name"
      type = "column_type"
    }
  }
  cloudwatch_subscription_filter_name   = "cloudwatch_subscription_filter_name"
  cloudwatch_log_group_name             = "cloudwatch_log_group_name"
  cloudwatch_filter_pattern             = "cloudwatch_filter_pattern"
}

Inputs

Name Description Type Default Required
kinesis_firehose_stream_name Name to be use on kinesis firehose stream (e.g. poc_logs) string - yes
kinesis_firehose_stream_backup_prefix The prefix name to use for the kinesis backup (e.g. backup_prefix) string `` no
bucket_name Bucket name string - yes
root_path The path where the lambda function file is located is root or module path (e.g. true) boolean `` no
lambda_function_name Lambda function name (e.g. lambda_kinesis) string - yes
lambda_function_file_name Lambda function file name string - yes
glue_catalog_database_name Glue catalog database name string - yes
glue_catalog_table_name Glue catalog database table name string - yes
glue_catalog_table_columns A map of object of table columns map <map> yes
cloudwatch_subscription_filter_name Subscription filter name string - yes
cloudwatch_log_group_name Cloudwatch log group name string - yes
cloudwatch_filter_pattern Cloudwatch filter pattern string - yes

terraform-aws-kinesis-firehose's People

Contributors

felipefrizzo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

terraform-aws-kinesis-firehose's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.