|
@@ -10,7 +10,10 @@ locals {
|
|
|
splunk_private_hec = false # True if the customer needs a private HTTP Event Collector such as for ALSI
|
|
|
|
|
|
splunk_data_sources = [
|
|
|
- # "x.x.x.x/32", # TODO: Add customer's public IP addresses
|
|
|
+ "52.61.113.202/32", # TODO: Add customer's public IP addresses
|
|
|
+ "54.205.60.17/32", # 2021-05-04 From John Conrad john.conrad.2@alight.com
|
|
|
+ "52.206.203.98/32",
|
|
|
+ "34.233.188.131/32",
|
|
|
]
|
|
|
splunk_legacy_cidr = [ ] # Should not be needed for new customers
|
|
|
splunk_asg_sizes = [ 1, 1, 1 ] # How many indexers in each site
|