diff --git a/_api-reference/index-apis/resolve.md b/_api-reference/index-apis/resolve.md new file mode 100644 index 0000000000..7218098698 --- /dev/null +++ b/_api-reference/index-apis/resolve.md @@ -0,0 +1,93 @@ +--- +layout: default +title: Resolve index +parent: Index APIs +nav_order: 63 +--- + +# Resolve index + +Introduced 1.0 +{: .label .label-purple } + +The Resolve Index API lists the indexes, aliases, and data streams based on the specified name. Multiple patterns and remote clusters are supported. + +## Path and HTTP methods + +The Resolve Index API supports the following API method: + +``` +GET /_resolve/index/ +``` +{% include copy-curl.html %} + +## Permissions + +When OpenSearch Security is enabled, you must have the `view_index_metadata` or `manage` index permissions for the target data stream, index, or index alias.