-
Notifications
You must be signed in to change notification settings - Fork 45
Updated Splunk Quick Start #44
base: main
Are you sure you want to change the base?
Changes from 55 commits
8af4a53
c52e00f
31f41c1
672a208
5e09070
3b5875b
a385884
3dc459f
f00266d
efac84e
1ee5b78
884087a
92cb531
3b3dc28
01e6913
c151a01
989e85c
c92fe87
9641ec4
b91040e
555c1ac
56cdbf7
5ffa5bd
0913c16
489450d
e441d9a
201f4a4
7ec5120
1d06a41
ba45368
a8c2975
c3793e4
f4c4a60
b396f1e
311ae3d
e0e87ae
898d9c8
73248c8
cc35fe2
73315f0
3252c2c
407c9fc
1bfc729
1ff306c
3b20f2d
38dbe3e
ba54d82
e17366b
d0e1e75
6b43ef1
bf365cc
d304c7d
fa64656
2b2e203
27f266a
7b9ef19
0946167
10cbda4
52e3109
2a8de5d
43b54b5
db0a3f1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| language_type: cloudformation |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,36 +3,39 @@ project: | |
| owner: quickstart@amazon.com | ||
| package_lambda: false | ||
| regions: | ||
| - ap-northeast-1 | ||
| - ap-northeast-2 | ||
| - ap-south-1 | ||
| - ap-southeast-1 | ||
| - ap-southeast-2 | ||
| - ca-central-1 | ||
| - eu-central-1 | ||
| - eu-west-1 | ||
| - eu-west-2 | ||
| - sa-east-1 | ||
| - us-east-1 | ||
| - us-east-2 | ||
| - us-west-1 | ||
| - us-west-2 | ||
| s3_bucket: '' | ||
| tests: | ||
| splunk-enterprise: | ||
| parameters: | ||
| AvailabilityZones: $[taskcat_genaz_2] | ||
| HECClientLocation: 10.0.0.0/16 | ||
| KeyName: taskcat-test | ||
| QSS3BucketName: $[taskcat_autobucket] | ||
| QSS3BucketRegion: $[taskcat_current_region] | ||
| SSHClientLocation: 10.0.0.0/16 | ||
| SplunkAdminPassword: $[taskcat_genpass_10] | ||
| SplunkClusterSecret: $[taskcat_genpass_10] | ||
| SplunkIndexerDiscoverySecret: $[taskcat_genpass_10] | ||
| WebClientLocation: 72.21.196.66/32 | ||
| AvailabilityZones: us-west-2a,us-west-2b | ||
| KeyName: [your-aws-keypair] | ||
| QSS3BucketName: [quickstart-bucket-name] | ||
|
||
| QSS3KeyPrefix: quickstart-splunk-enterprise/ | ||
| QSS3BucketRegion: us-west-2 | ||
billbartlett marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| SplunkAdminPassword: Splunk123! | ||
| SplunkClusterSecret: Splunk123! | ||
billbartlett marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| SplunkIndexerDiscoverySecret: Splunk123! | ||
| IndexerInstanceType: i3.4xlarge | ||
| SearchHeadInstanceType: c5.4xlarge | ||
| SplunkIndexerDiskSize: '500' | ||
| SplunkSearchHeadDiskSize: '500' | ||
| SHCEnabled: 'no' | ||
| SplunkIndexerCount: 4 | ||
| SplunkReplicationFactor: 2 | ||
| SplunkSearchFactor: 2 | ||
| SplunkLicenseBucket: [splunk-license-bucket-name] | ||
| SplunkLicensePath: [splunk-license-file] | ||
|
Comment on lines
+27
to
+28
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need splunk license file for the testing? If yes, can you provide a test file via email, for our CI, so that our CI platform can test the QS automatically? |
||
| WebClientLocation: 1.2.3.4/32 | ||
| HECClientLocation: 1.2.3.4/32 | ||
| SSHClientLocation: 1.2.3.4/32 | ||
| VPCCIDR: 10.0.0.0/16 | ||
| PublicSubnet1CIDR: 10.0.1.0/24 | ||
| PublicSubnet2CIDR: 10.0.2.0/24 | ||
| PublicSubnet3CIDR: 10.0.3.0/24 | ||
| NumberOfAZs: 2 | ||
| SmartStoreBucketName: [your-smartstore-bucket-name] | ||
billbartlett marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| regions: | ||
| - us-west-1 | ||
| - us-east-2 | ||
| - us-west-2 | ||
| s3_bucket: '' | ||
| template: templates/splunk-enterprise-master.template.yaml | ||
| template: templates/splunk-enterprise-main.template.yaml | ||
Uh oh!
There was an error while loading. Please reload this page.