|
@@ -10,7 +10,8 @@ locals {
|
|
splunk_private_hec = false # True if the customer needs a private HTTP Event Collector such as for ALSI
|
|
splunk_private_hec = false # True if the customer needs a private HTTP Event Collector such as for ALSI
|
|
|
|
|
|
splunk_data_sources = [
|
|
splunk_data_sources = [
|
|
- #"x.x.x.x/32", # TODO: Add customer's public IP addresses
|
|
|
|
|
|
+ "3.32.175.159/32", # TODO: Add customer's public IP addresses
|
|
|
|
+ "15.200.13.143/32", # MSOCI-1776
|
|
]
|
|
]
|
|
splunk_legacy_cidr = [ ] # Should not be needed for new customers
|
|
splunk_legacy_cidr = [ ] # Should not be needed for new customers
|
|
splunk_asg_sizes = [ 1, 1, 1 ] # How many indexers in each site
|
|
splunk_asg_sizes = [ 1, 1, 1 ] # How many indexers in each site
|