mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Canvas] Updates esdocs default count to 1000 (#41604)
This commit is contained in:
parent
1b9df0b413
commit
e356de8cd6
2 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
|
@ -39,7 +39,7 @@ export function esdocs(): ExpressionFunction<'esdocs', Filter, Arguments, any> {
|
|||
},
|
||||
count: {
|
||||
types: ['number'],
|
||||
default: 100,
|
||||
default: 1000,
|
||||
help: argHelp.count,
|
||||
},
|
||||
fields: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue