aws-quickstart / quickstart-splunk-enterprise

AWS Quick Start Team
Apache License 2.0
40 stars 47 forks source link

Update templates with bug fixes #11

Closed rarsan closed 7 years ago

rarsan commented 7 years ago

Includes fixes for #7 and #8.

rarsan commented 7 years ago

@sshvans please review. TIA.

sshvans commented 7 years ago

@rarsan Any reason we want to hard code the replication factor and not use the value provided in the parameters? Do we still need parameter "SplunkReplicationFactor" ?

rarsan commented 7 years ago

That's right @sshvans . The hardcoded replication factor is for search head tier which is of fixed size (3). The parameter replication factor is for indexer tier which is of variable size, and hence its replication factor is configurable.