Skip to content

Commit

Permalink
Changes size 0 to size 100 to actually return docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Jan 10, 2020
1 parent 9948268 commit 0627438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export async function check(es: IScopedClusterClient, deploymentId: string) {
// the following request is throwing a "ServiceUnavailable" error in Kibana startup.
const response = await es.callAsInternalUser('search', {
index: 'pulse-poc-raw-errors',
size: 0,
size: 100,
allow_no_indices: true,
ignore_unavailable: true,
body: {
Expand Down

0 comments on commit 0627438

Please sign in to comment.