Browse Source

Kinesis Firehose of VPC Flowlogs to Splunk HEC

This will need to updated to use an endpoint that supports ACK, but
appears like it will function.

Consider this an interim step.
Fred Damstra 5 years ago
parent
commit
67f6b04d89

+ 2 - 0
common/env.hcl

@@ -35,6 +35,8 @@ locals {
     "aws"        = "045312110490" # mdr-prod-c2
   }
 
+  aws_flowlogs_hec_token = "4a2cacb2-fea1-4328-8f25-9bef26333e91"
+
   # Common services doesn't have DNS Servers
   #dns_servers = [
   #]

+ 2 - 0
prod/env.hcl

@@ -58,6 +58,8 @@ locals {
     }
   }
 
+  aws_flowlogs_hec_token = "4a2cacb2-fea1-4328-8f25-9bef26333e91"
+
   # Legacy DNS
   dns_private = {
     "id" = "Z2JVOIKXZP64QP"

+ 1 - 1
test/aws-us-gov/mdr-test-c2/006-account-standards/terragrunt.hcl

@@ -14,7 +14,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/account_standards?ref=v0.8.3"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/account_standards?ref=v0.8.9"
 }
 
 dependency "c2_account_standards" {

+ 1 - 1
test/aws-us-gov/mdr-test-malware/006-account-standards/terragrunt.hcl

@@ -14,7 +14,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/account_standards?ref=v0.8.3"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/account_standards?ref=v0.8.9"
 }
 
 dependency "c2_account_standards" {

+ 1 - 1
test/aws-us-gov/mdr-test-modelclient/006-account-standards/terragrunt.hcl

@@ -14,7 +14,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/account_standards?ref=v0.8.3"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/account_standards?ref=v0.8.9"
 }
 
 dependency "c2_account_standards" {

+ 2 - 0
test/env.hcl

@@ -59,6 +59,8 @@ locals {
     }
   }
 
+  aws_flowlogs_hec_token = "4a2cacb2-fea1-4328-8f25-9bef26333e91"
+
   # Legacy DNS
   dns_private = {
     "id" = "Z39OIGEKXXGJZ2"