[BUG] [Remote Store] Wildcards and regex are not inferred by _remotestore/_restore
API
#8480
Labels
bug
Something isn't working
enhancement
Enhancement or improvement to existing feature or request
Storage
Issues and PRs relating to data and metadata storage
Describe the bug
Restoring from remote store should offer functionality similar to restoring from a snapshot. But passing a wildcard index name pattern to the remote store restore API fails to restore indices matching the pattern. Other missing functionalities include:
To Reproduce
Steps to reproduce the behavior:
remote-store-test-idx-1,remote-store-test-idx-2,my-index-1,my-index-2
. A set of wildcards that can be used to refer to these indices would be:remote-store-test-idx-*
=> (remote-store-test-idx-1
,remote-store-test-idx-2
),my-index-*
=> (my-index-1
,my-index-2
).[remote-store-test-idx-*,my-index-*]
Expected behavior
There should be support for wildcard and regex inference for a better user experience. To work around this, currently the user would need to explicitly spell out the full index names, which could be cumbersome if count of indices is too high.
Additional context
The text was updated successfully, but these errors were encountered: