Module org.elasticsearch.server
Package org.elasticsearch.action
Interface IndicesRequest.SingleIndexNoWildcards
- All Superinterfaces:
IndicesRequest
- Enclosing interface:
IndicesRequest
For use cases where a Request instance cannot implement Replaceable due to not supporting wildcards
and only supporting a single index at a time, this is an alternative interface that the
security layer checks against to determine if remote indices are allowed for that Request type.
This may change with https://github.com/elastic/elasticsearch/issues/105598
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.action.IndicesRequest
IndicesRequest.RemoteClusterShardRequest, IndicesRequest.Replaceable, IndicesRequest.SingleIndexNoWildcards -
Method Summary
Methods inherited from interface org.elasticsearch.action.IndicesRequest
includeDataStreams, indices, indicesOptions
-
Method Details
-
allowsRemoteIndices
default boolean allowsRemoteIndices()
-