-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Feature Request] Support index templates to configure search replicas #17033
Labels
Comments
What are the challenges you see with this? Given this is a setting, index template should already be supporting this. |
Hi @mgodwan, Created template:
Create index using above template:
List shards:
Here we expect search shards to be created as we declared |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is your feature request related to a problem? Please describe
Currently index templates don't support adding search replicas for an index.
existing doc: https://opensearch.org/docs/latest/im-plugin/index-templates/
This is related to : #15306
Describe the solution you'd like
Index templates should support format like this we can configure
number_of_search_only_replicas
Related component
Search:Performance
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: