Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TEST]
illegal_argument_exception
when downsampling all indexes in …
…serverless (elastic#99630) Downsampling wildcard and _all indexes raises different errors in stateful (security disabled) vs serverless (security enabled): Stateful: ``` [{type=index_not_found_exception, reason=no such index [test*], index_uuid=_na_, index=test*, stack_trace=[test*] org.elasticsearch.index.IndexNotFoundException: no such index [test*]\n\tat org.elasticsearch.xpack.downsample.TransportDownsampleAction.masterOperation(TransportDownsampleAction.java:205) ``` Serverless: ``` [{type=illegal_argument_exception, reason=the action indices:admin/xpack/downsample does not support wildcards; the provided index expression(s) [test*] are not allowed, stack_trace=org.elasticsearch.ElasticsearchException$1: the action indices:admin/xpack/downsample does not support wildcards; the provided index expression(s) [test*] are not allowed ```
- Loading branch information