|
@@ -139,7 +139,8 @@ locals {
|
|
|
}
|
|
|
|
|
|
instance_types = {
|
|
|
- "alsi" = "t3a.small",
|
|
|
+ "alsi-master" = "t3a.small",
|
|
|
+ "alsi-worker" = "t3a.small",
|
|
|
"splunk-cm" = "t3a.small", # legacy: t2.small
|
|
|
#"splunk-indexer" = "t3a.small", # legacy: t2.small, but whats the point if we don't have instance storage.
|
|
|
#"splunk-indexer" = "i3en.large", # legacy: t2.small, but whats the point if we don't have instance storage.
|
|
@@ -179,7 +180,10 @@ locals {
|
|
|
sensu_server_instance_type = "t3a.medium"
|
|
|
|
|
|
# ALSI Servers
|
|
|
- alsi_count = 2
|
|
|
+ alsi_workers = 2
|
|
|
+ alsi_splunk_nlb = true # splunk://moose-alsi-splunk.xdr{,test}.accenturefederalcyber.com:9997 and 9998
|
|
|
+ alsi_elastic_alb = true # https://moose-alsi-elastic.xdr{,test}.accenturefederalcyber.com -> 9200
|
|
|
+ alsi_hec_alb = true # https://moose-alsi-hec.xdr{,test}.accenturefederalcyber.com -> 8080
|
|
|
|
|
|
# For testing:
|
|
|
# Note: instead of changing this here, you can pass parameters to terragrunt on the CLI, such as:
|