mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
parent
9489db2576
commit
6f29f2c85c
2 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,6 @@ export async function checkCcrEnabled(req, esIndexPattern) {
|
|||
const params = {
|
||||
index: esIndexPattern,
|
||||
size: 1,
|
||||
terminate_after: 1,
|
||||
ignoreUnavailable: true,
|
||||
body: {
|
||||
query: createQuery({
|
||||
|
|
|
@ -88,7 +88,6 @@ async function doesFilebeatIndexExist(req, filebeatIndexPattern, { start, end, c
|
|||
|
||||
const defaultParams = {
|
||||
size: 0,
|
||||
terminate_after: 1,
|
||||
};
|
||||
|
||||
const body = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue