Skip to content

Commit 3bb9ae8

Browse files
committed
update example comment
1 parent 4063f3c commit 3bb9ae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/elasticsearch/rest-apis/api-conventions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,9 @@ There are currently two selector suffixes supported by {{es}} APIs:
440440
As an example, [search]({{es-apis}}group/endpoint-search), [field capabilities]({{es-apis}}operation/operation-field-caps), and [index stats]({{es-apis}}operation/operation-indices-stats) APIs can all report results from a different component rather than from the default data.
441441

442442
```console
443-
# Search for regular data on a data stream
443+
# Search a data stream normally
444444
GET my-data-stream/_search
445-
# Search for failure data in a data stream
445+
# Search a data stream's failure data if present
446446
GET my-data-stream::failures/_search
447447

448448
# Syntax can be combined with other index pattern syntax (wildcards, multi-target, date math, cross cluster search, etc)

0 commit comments

Comments
 (0)