[Canvas] Updates esdocs default count to 1000 (#41604)

This commit is contained in:
Catherine Liu 2019-07-19 16:52:10 -07:00 committed by GitHub
parent 1b9df0b413
commit e356de8cd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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`

View file

@ -39,7 +39,7 @@ export function esdocs(): ExpressionFunction<'esdocs', Filter, Arguments, any> {
},
count: {
types: ['number'],
default: 100,
default: 1000,
help: argHelp.count,
},
fields: {