Skip to content

Commit c7ca1d5

Browse files
committed
[DOCS] Make <target> defs consistent
1 parent 32bdf85 commit c7ca1d5

File tree

11 files changed

+28
-24
lines changed

11 files changed

+28
-24
lines changed

docs/reference/cat/count.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ which have not yet been removed by the merge process.
2424

2525
`<target>`::
2626
(Optional, string)
27-
Comma-separated list or wildcard (`*`) expression of data streams, indices,
28-
and index aliases used to limit the request.
27+
Comma-separated list of data streams, indices, and index aliases used to limit
28+
the request. Wildcard expressions (`*`) are supported.
2929
+
3030
To target all data streams and indices in a cluster, omit this parameter or use
3131
`_all` or `*`.

docs/reference/cat/indices.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ To get an accurate count of {es} documents, use the <<cat-count,cat count>> or
4242

4343
`<target>`::
4444
(Optional, string)
45-
Comma-separated list or wildcard (`*`) expression of data streams, indices,
46-
and index aliases used to limit the request.
45+
Comma-separated list of data streams, indices, and index aliases used to limit
46+
the request. Wildcard expressions (`*`) are supported.
4747
+
4848
To target all data streams and indices in a cluster, omit this parameter or use
4949
`_all` or `*`.

docs/reference/cat/recovery.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ include::{es-repo-dir}/indices/recovery.asciidoc[tag=shard-recovery-desc]
3434

3535
`<target>`::
3636
(Optional, string)
37-
Comma-separated list or wildcard (`*`) expression of data streams, indices,
38-
and index aliases used to limit the request.
37+
Comma-separated list of data streams, indices, and index aliases used to limit
38+
the request. Wildcard expressions (`*`) are supported.
3939
+
4040
To target all data streams and indices in a cluster, omit this parameter or use
4141
`_all` or `*`.

docs/reference/cat/segments.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ indices.
2424

2525
`<target>`::
2626
(Optional, string)
27-
Comma-separated list or wildcard (`*`) expression of data streams, indices,
28-
and index aliases used to limit the request.
27+
Comma-separated list of data streams, indices, and index aliases used to limit
28+
the request. Wildcard expressions (`*`) are supported.
2929
+
3030
To target all data streams and indices in a cluster, omit this parameter or use
3131
`_all` or `*`.

docs/reference/cat/shards.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ indices.
2525

2626
`<target>`::
2727
(Optional, string)
28-
Comma-separated list or wildcard (`*`) expression of data streams, indices,
29-
and index aliases used to limit the request.
28+
Comma-separated list of data streams, indices, and index aliases used to limit
29+
the request. Wildcard expressions (`*`) are supported.
3030
+
3131
To target all data streams and indices in a cluster, omit this parameter or use
3232
`_all` or `*`.

docs/reference/docs/delete-by-query.asciidoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,11 @@ documents being reindexed and cluster resources.
155155

156156
`<target>`::
157157
(Optional, string)
158-
A comma-separated list of data streams, indices, and index aliases to search.
159-
Wildcard (`*`) expressions are supported. To search all data streams or indices
160-
in a cluster, omit this parameter or use `_all` or `*`.
158+
Comma-separated list of data streams, indices, and index aliases to search.
159+
Wildcard (`*`) expressions are supported.
160+
+
161+
To search all data streams or indices in a cluster, omit this parameter or use
162+
`_all` or `*`.
161163

162164
[[docs-delete-by-query-api-query-params]]
163165
==== {api-query-parms-title}

docs/reference/docs/update-by-query.asciidoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,11 @@ documents being reindexed and cluster resources.
150150

151151
`<target>`::
152152
(Optional, string)
153-
A comma-separated list of data streams, indices, and index aliases to search.
154-
Wildcard (`*`) expressions are supported. To search all data streams or indices
155-
in a cluster, omit this parameter or use `_all` or `*`.
153+
Comma-separated list of data streams, indices, and index aliases to search.
154+
Wildcard (`*`) expressions are supported.
155+
+
156+
To search all data streams or indices in a cluster, omit this parameter or use
157+
`_all` or `*`.
156158

157159
[[docs-update-by-query-api-query-params]]
158160
==== {api-query-parms-title}

docs/reference/indices/open-close.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ index creation applies to the `_open` and `_close` index actions as well.
8484

8585
`<target>`::
8686
(Optional, string)
87-
Comma-separated list or wildcard (`*`) expression of data streams, indices, and
88-
index aliases used to limit the request.
87+
Comma-separated list of data streams, indices, and index aliases used to limit
88+
the request. Wildcard (`*`) expressions are supported.
8989
+
9090
To target all data streams and indices, use `_all` or `*`.
9191
+

docs/reference/search/count.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ scalability of count.
4141
`<target>`::
4242

4343
(Optional, string)
44-
Comma-separated list or wildcard (`*`) expression of data streams, indices,
45-
and index aliases used to limit the search.
44+
Comma-separated list of data streams, indices, and index aliases to search.
45+
Wildcard (`*`) expressions are supported.
4646
+
4747
To search all data streams and indices in a cluster, omit this parameter or use
4848
`_all` or `*`.

docs/reference/search/request-body.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ The search request can be executed with a search DSL, which includes the
3636

3737
`<target>`::
3838
(Optional, string)
39-
Comma-separated list or wildcard (`*`) expression of data streams, indices,
40-
and index aliases used to limit the request.
39+
Comma-separated list of data streams, indices, and index aliases to search.
40+
Wildcard (`*`) expressions are supported.
4141
+
4242
To search all data streams and indices in a cluster, omit this parameter or use
4343
`_all` or `*`.

0 commit comments

Comments
 (0)