This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Updated Splunk Quick Start #44
Open
billbartlett
wants to merge
62
commits into
aws-quickstart:main
Choose a base branch
from
splunk:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
8af4a53
add templates for smartstore
c52e00f
added smartstore support
theckm 31f41c1
Update splunk-enterprise-master-ss.template
672a208
Create user_data.sh
5e09070
Update user_data.sh
3b5875b
updated for further testing using user_data.sh
billbartlett a385884
changed timeout for CM wait condition
billbartlett 3dc459f
decrease cm timeout condition to 15 minutes
billbartlett f00266d
changed timeout for CM to 10 minutes.
billbartlett efac84e
housekeeping
billbartlett 1ee5b78
fixed location of the user_data.sh download. it was inadvertently lo…
billbartlett 884087a
added time to ansible start script to see how long the installation t…
billbartlett 92cb531
fixed some syntax issues and added echo statements to the functions.
billbartlett 3b3dc28
add splunk cluster master to user_data.sh process
billbartlett 01e6913
updated to add splunk cluster manager to user_data script
billbartlett c151a01
adding license by default for testing
billbartlett 989e85c
add 0.0.0.0/0 as access CIDR by default for easier testing
billbartlett c92fe87
.
billbartlett 9641ec4
moved all of the code that runs on every machine to a 'base' function.
billbartlett b91040e
changed location that splunk license installs to
billbartlett 555c1ac
changed minimum indexer count to 4 instead of 3
billbartlett 56cdbf7
migrated search head cluster logic to user_data.sh
billbartlett 5ffa5bd
updated functionality for clustered search heads
billbartlett 0913c16
migrated indexer cluster to user_data.sh
billbartlett 489450d
added sleep to ensure splunkd is fully up before editing cluster config
billbartlett e441d9a
updated instance types
billbartlett 201f4a4
clean up instance type selection, and add nvme drive setup code for i…
billbartlett 7ec5120
Update user_data.sh
billbartlett 1d06a41
initial commit of YAML conversion
billbartlett ba45368
initial adoc commit
a8c2975
removing/renaming old templates, updating some docs
c3793e4
updating docs and associated images
f4c4a60
cleanup and rename of templates
b396f1e
cleaning up docs
311ae3d
updated readme to highlight a splunk license is now required for quic…
e0e87ae
updated quickstart cloudformation to utilize smartstore, as well as
billbartlett 898d9c8
fix default parameter values
billbartlett 73248c8
fix default values
billbartlett cc35fe2
per quickstart team instructions, remove docs from main branch
billbartlett 73315f0
rename templates
billbartlett 3252c2c
Merge branch 'main' of github.com:splunk/quickstart-splunk-enterprise
billbartlett 407c9fc
add .metadata
billbartlett 1bfc729
update Splunk AMI to 8.2.6
billbartlett 1ff306c
removed duplicate description in template
billbartlett 3b20f2d
reordering
billbartlett 38dbe3e
testing
billbartlett ba54d82
rename main template
billbartlett e17366b
Revert "rename main template"
billbartlett d0e1e75
Merge branch 'main' of github.com:splunk/quickstart-splunk-enterprise
billbartlett 6b43ef1
update main template
billbartlett bf365cc
Merge branch 'main' into main
billbartlett d304c7d
update AMI to include 8.2.6
billbartlett fa64656
fix the template name called -- after renaming the template to end in…
billbartlett 2b2e203
remove default value for QS bucket name in nested stack.
billbartlett 27f266a
fixed typo in user_data.sh and updated taskcat YAML
billbartlett 7b9ef19
fixes per quickstart team's request
billbartlett 0946167
fixes to utilize taskcat pseudo parameters
billbartlett 10cbda4
linter fixes
billbartlett 52e3109
linter fix (master -> manager)
billbartlett 2a8de5d
add instance types
43b54b5
updated to remove cfn-init functionality from the script and put it b…
db0a3f1
changed downloads of user_data.sh
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
language_type: cloudformation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The 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?