diff --git a/docs/reference/cat/shards.asciidoc b/docs/reference/cat/shards.asciidoc index ed3bfa86146..4e690360f9f 100644 --- a/docs/reference/cat/shards.asciidoc +++ b/docs/reference/cat/shards.asciidoc @@ -314,7 +314,7 @@ If your cluster has many shards, you can use a wildcard pattern in the `` path parameter to limit the API request. The following request returns information for any data streams or indices -beginning with `twitt`. +beginning with `my-index-`. [source,console] ---------------------------------------------------------------------------