You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -X GET "localhost:9200/_cat/shards?v"
index shard prirep state docs store ip node
logs-2020-01-01 0 p STARTED 0 230b 127.0.0.1 runTask-1
logs-2020-01-01 0 r STARTED 0 0b 127.0.0.1 runTask-2
logs-2020-01-01 1 p STARTED 0 230b 127.0.0.1 runTask-0
logs-2020-01-01 1 r STARTED 0 230b 127.0.0.1 runTask-2
Here we expect search shards to be created as we declared "number_of_search_only_replicas": 1 in the template.
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/
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: