Skip to content

Commit

Permalink
[7.3] [Canvas] Updates esdocs default count to 1000 (#41604) (#41625)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Jul 22, 2019
1 parent ee3614d commit 3547c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/canvas/canvas-function-reference.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ Default: `"-_index:.kibana"`
|`number`
|The number of documents to retrieve. For better performance, use a smaller data set.

Default: `100`
Default: `1000`

|`fields`
|`string`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function esdocs(): ExpressionFunction<'esdocs', Filter, Arguments, any> {
},
count: {
types: ['number'],
default: 100,
default: 1000,
help: argHelp.count,
},
fields: {
Expand Down

0 comments on commit 3547c09

Please sign in to comment.