From dc88fa7fa7d36c01377d16c3234458745592297f Mon Sep 17 00:00:00 2001 From: shahzad31 Date: Thu, 21 Nov 2024 20:57:47 +0100 Subject: [PATCH] increase size --- .../server/saved_objects/synthetics_monitor/get_all_monitors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_monitor/get_all_monitors.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_monitor/get_all_monitors.ts index 5744caa002a9..f5b8633c6bfb 100644 --- a/x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_monitor/get_all_monitors.ts +++ b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_monitor/get_all_monitors.ts @@ -38,7 +38,7 @@ export const getAllMonitors = async ({ return withApmSpan('get_all_monitors', async () => { const finder = soClient.createPointInTimeFinder({ type: syntheticsMonitorType, - perPage: 1000, + perPage: 5000, search, sortField, sortOrder,