Remove improper usage (#37099) (#37126)

This commit is contained in:
Chris Roberson 2019-05-24 17:18:14 -04:00 committed by GitHub
parent 9489db2576
commit 6f29f2c85c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -28,7 +28,6 @@ export async function checkCcrEnabled(req, esIndexPattern) {
const params = {
index: esIndexPattern,
size: 1,
terminate_after: 1,
ignoreUnavailable: true,
body: {
query: createQuery({

View file

@ -88,7 +88,6 @@ async function doesFilebeatIndexExist(req, filebeatIndexPattern, { start, end, c
const defaultParams = {
size: 0,
terminate_after: 1,
};
const body = [