Skip to content

Commit 73be66d

Browse files
authored
Fix errors in the resolve-cluster asciidoc (elastic#122078) (elastic#122084)
1 parent 8666ef0 commit 73be66d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/reference/indices/resolve-cluster.asciidoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ about whether it has any indices, aliases or data streams that match `my-index-*
101101
[[resolve-cluster-api-request]]
102102
==== {api-request-title}
103103

104+
`GET /_resolve/cluster`
105+
106+
or
107+
104108
`GET /_resolve/cluster/<index_expression>`
105109

106110
[[resolve-cluster-api-prereqs]]
@@ -116,7 +120,7 @@ privilege>> for the target data stream, index, or alias.
116120
`<index_expression>`::
117121
+
118122
--
119-
(Required, string) Comma-separated name(s) or index pattern(s) of the
123+
(Optional, string) Comma-separated name(s) or index pattern(s) of the
120124
indices, aliases, and data streams to resolve, using <<api-multi-index>>.
121125
Resources on <<remote-clusters,remote clusters>> can be specified using the
122126
`<cluster>:<name>` syntax.

0 commit comments

Comments
 (0)