mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Closes #5287 - Change the result size to 10000
This commit is contained in:
parent
8f1f1ac49e
commit
ca6b50fc77
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ define(function (require) {
|
|||
fields: [],
|
||||
body: {
|
||||
query: { match_all: {} },
|
||||
size: 2147483647
|
||||
size: 10000
|
||||
}
|
||||
})
|
||||
.then(function (resp) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue