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 5744caa002a9d..f5b8633c6bfb6 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,