Merge pull request #5288 from simianhacker/fix-5287

Change the result size for getIndexPatternIdFn() from 2147483647 to 10000
This commit is contained in:
Rashid Khan 2015-11-03 15:09:34 -07:00
commit 7c74baed87

View file

@ -20,7 +20,7 @@ define(function (require) {
fields: [],
body: {
query: { match_all: {} },
size: 2147483647
size: 10000
}
})
.then(function (resp) {