Browse Source

Updates VPC Flowlogs to use the moose-hec-ack endpoint

Fred Damstra 5 years ago
parent
commit
5270f47e51

+ 2 - 1
common/env.hcl

@@ -13,7 +13,8 @@ locals {
   salt_master = "salt-master.pvt.xdr.accenturefederalcyber.com"
   salt_master = "salt-master.pvt.xdr.accenturefederalcyber.com"
   salt_master_ip = "10.80.101.170"
   salt_master_ip = "10.80.101.170"
   hec = "iratemoses.pvt.xdr.accenturefederalcyber.com"
   hec = "iratemoses.pvt.xdr.accenturefederalcyber.com"
-  hec_pub = "iratemoses.mdr.defpoint.com"
+  hec_pub = "moose-hec.mdr.defpoint.com"
+  hec_pub_ack = "moose-hec-ack.mdr.defpoint.com"
 
 
   # When there are multiples, put govcloud first, then commercial, and alternate if there are more than 2.
   # When there are multiples, put govcloud first, then commercial, and alternate if there are more than 2.
   # Put any standalone IPs at the end.
   # Put any standalone IPs at the end.

+ 2 - 2
prod/env.hcl

@@ -12,8 +12,8 @@ locals {
   proxy_ip = "10.80.101.166"
   proxy_ip = "10.80.101.166"
   salt_master = "salt-master.pvt.xdr.accenturefederalcyber.com"
   salt_master = "salt-master.pvt.xdr.accenturefederalcyber.com"
   salt_master_ip = "10.80.101.170"
   salt_master_ip = "10.80.101.170"
-  hec = "iratemoses.pvt.xdr.accenturefederalcyber.com"
-  hec_pub = "iratemoses.mdr.defpoint.com"
+  hec_pub = "moose-hec.mdr.defpoint.com"
+  hec_pub_ack = "moose-hec-ack.mdr.defpoint.com"
 
 
   # When there are multiples, put govcloud first, then commercial, and alternate if there are more than 2.
   # When there are multiples, put govcloud first, then commercial, and alternate if there are more than 2.
   # Put any standalone IPs at the end.
   # Put any standalone IPs at the end.

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

+ 2 - 1
test/env.hcl

@@ -13,7 +13,8 @@ locals {
   salt_master = "salt-master.pvt.xdrtest.accenturefederalcyber.com"
   salt_master = "salt-master.pvt.xdrtest.accenturefederalcyber.com"
   salt_master_ip = "10.96.101.161"
   salt_master_ip = "10.96.101.161"
   hec = "iratemoses.pvt.xdrtest.accenturefederalcyber.com"
   hec = "iratemoses.pvt.xdrtest.accenturefederalcyber.com"
-  hec_pub = "iratemoses.mdr-test.defpoint.com"
+  hec_pub = "moose-hec.mdr-test.defpoint.com"
+  hec_pub_ack = "moose-hec-ack.mdr-test.defpoint.com"
 
 
   # Todo: Add CIDRs from new environment as they are assigned
   # Todo: Add CIDRs from new environment as they are assigned
   # When there are multiples, put govcloud first, then commercial, and alternate if there are more than 2.
   # When there are multiples, put govcloud first, then commercial, and alternate if there are more than 2.