-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a mid-tier distributed search template #24
Comments
@billbartlett @rarsan thoughts? |
That's what's we've been discussing for some time now...a complex template may not necessarily fit all customers.
…-dritan // +1.917.817.9059
From: Hal Rottenberg
Sent: Friday, June 2, 11:11
Subject: Re: [splunk/splunk-aws-cloudformation] Provide a mid-tier distributed search template (#24)
To: splunk/splunk-aws-cloudformation
Cc: Subscribed
@<https://github.com/billbartlett>billbartlett<https://github.com/billbartlett> @rarsan<https://github.com/rarsan> thoughts?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on <#24 (comment)> GitHub<#24 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AF0zeA7wS9Sk-deV2LnOGgblHMe9b3kmks5sAHqMgaJpZM4NuzAT>.
|
@halr9000 this is really a tradeoff between configurability vs complexity as eluded to by @dbitincka. So:
Re (1), choosing non-clustered indexers seems to be high value as you argued.
Seems worthwhile IMHO. PR are welcome! |
Just had a 2nd customer need this mid-tier option. |
Any update on this? Would love a non-clustered option |
Just ran into situation with a customer where neither single nor multi really fits well. First, for several reasons, I don't think we want to suggest that index replication is mandatory (and most customers don't use it today). And if that's not used, then the cluster master goes away.
By tossing in index replication, we are upping the EC2 count, the EBS sizes are impacted by the search & replication factor, and ongoing configuration is made much more complicated. If one doesn't have strict HA/DR requirements, then EBS snapshots will often suffice for continuity plans.
Therefore, I propose a new "distributed" or "mid" template that is closer to single, than multi. It would only create:
And that's pretty much it.
The text was updated successfully, but these errors were encountered: