Hi team!
When scaling up our Elastic-managed cluster, the new nodes do not begin serving search requests until all shards on all indices are initialized. I've increased our primary search index's priority so it's initialized first, but it will still not serve any requests until everything else is initialized. We have a very large enrich index which takes 30-60 minutes to initialize, and is not necessary at all for serving search requests.
Is there a way to have the search index serve requests immediately upon initialization, without waiting on irrelevant indices?
Thank you!