Skip to content

Commit d09b286

Browse files
committed
address feedback
1 parent a41774e commit d09b286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/eql/eql-search-api.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ See <<eql-limitations,EQL limitations>>.
6464
Comma-separated list of index names or <<indices-aliases,index aliases>> used to
6565
limit the request. Accepts wildcard expressions.
6666
+
67-
To search all indices, use `_all`.
67+
To search all indices, use `_all` or `*`.
6868

6969
[[eql-search-api-query-params]]
7070
==== {api-query-parms-title}
@@ -128,7 +128,7 @@ runs.
128128
Reserved for future use.
129129

130130
`size`::
131-
(Optional, integer)
131+
(Optional, integer or float)
132132
Maximum number of matching documents to return. Defaults to `50`. Values must be
133133
greater than `0`.
134134

0 commit comments

Comments
 (0)