From efec29810882e3df2b137d5270a7d67eb6d31c08 Mon Sep 17 00:00:00 2001 From: Davis McPhee Date: Wed, 29 Jan 2025 15:47:29 -0400 Subject: [PATCH] The final snapshot updates? --- .../platform_security/authorization.ts | 204 ++++ .../platform_security/authorization.ts | 1004 ----------------- 2 files changed, 204 insertions(+), 1004 deletions(-) diff --git a/x-pack/test_serverless/api_integration/test_suites/observability/platform_security/authorization.ts b/x-pack/test_serverless/api_integration/test_suites/observability/platform_security/authorization.ts index e509adb2a2eb3..9f5d15bf3ba3b 100644 --- a/x-pack/test_serverless/api_integration/test_suites/observability/platform_security/authorization.ts +++ b/x-pack/test_serverless/api_integration/test_suites/observability/platform_security/authorization.ts @@ -9538,6 +9538,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.error_rate/observability/rule/getRuleExecutionKPI", "alerting:apm.error_rate/observability/rule/getBackfill", "alerting:apm.error_rate/observability/rule/findBackfill", + "alerting:apm.error_rate/observability/rule/findGaps", "alerting:apm.error_rate/observability/rule/create", "alerting:apm.error_rate/observability/rule/delete", "alerting:apm.error_rate/observability/rule/update", @@ -9557,6 +9558,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.error_rate/observability/rule/runSoon", "alerting:apm.error_rate/observability/rule/scheduleBackfill", "alerting:apm.error_rate/observability/rule/deleteBackfill", + "alerting:apm.error_rate/observability/rule/fillGaps", "alerting:apm.error_rate/alerts/rule/get", "alerting:apm.error_rate/alerts/rule/getRuleState", "alerting:apm.error_rate/alerts/rule/getAlertSummary", @@ -9566,6 +9568,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.error_rate/alerts/rule/getRuleExecutionKPI", "alerting:apm.error_rate/alerts/rule/getBackfill", "alerting:apm.error_rate/alerts/rule/findBackfill", + "alerting:apm.error_rate/alerts/rule/findGaps", "alerting:apm.error_rate/alerts/rule/create", "alerting:apm.error_rate/alerts/rule/delete", "alerting:apm.error_rate/alerts/rule/update", @@ -9585,6 +9588,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.error_rate/alerts/rule/runSoon", "alerting:apm.error_rate/alerts/rule/scheduleBackfill", "alerting:apm.error_rate/alerts/rule/deleteBackfill", + "alerting:apm.error_rate/alerts/rule/fillGaps", "alerting:apm.transaction_error_rate/observability/rule/get", "alerting:apm.transaction_error_rate/observability/rule/getRuleState", "alerting:apm.transaction_error_rate/observability/rule/getAlertSummary", @@ -9594,6 +9598,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_error_rate/observability/rule/getRuleExecutionKPI", "alerting:apm.transaction_error_rate/observability/rule/getBackfill", "alerting:apm.transaction_error_rate/observability/rule/findBackfill", + "alerting:apm.transaction_error_rate/observability/rule/findGaps", "alerting:apm.transaction_error_rate/observability/rule/create", "alerting:apm.transaction_error_rate/observability/rule/delete", "alerting:apm.transaction_error_rate/observability/rule/update", @@ -9613,6 +9618,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_error_rate/observability/rule/runSoon", "alerting:apm.transaction_error_rate/observability/rule/scheduleBackfill", "alerting:apm.transaction_error_rate/observability/rule/deleteBackfill", + "alerting:apm.transaction_error_rate/observability/rule/fillGaps", "alerting:apm.transaction_error_rate/alerts/rule/get", "alerting:apm.transaction_error_rate/alerts/rule/getRuleState", "alerting:apm.transaction_error_rate/alerts/rule/getAlertSummary", @@ -9622,6 +9628,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_error_rate/alerts/rule/getRuleExecutionKPI", "alerting:apm.transaction_error_rate/alerts/rule/getBackfill", "alerting:apm.transaction_error_rate/alerts/rule/findBackfill", + "alerting:apm.transaction_error_rate/alerts/rule/findGaps", "alerting:apm.transaction_error_rate/alerts/rule/create", "alerting:apm.transaction_error_rate/alerts/rule/delete", "alerting:apm.transaction_error_rate/alerts/rule/update", @@ -9641,6 +9648,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_error_rate/alerts/rule/runSoon", "alerting:apm.transaction_error_rate/alerts/rule/scheduleBackfill", "alerting:apm.transaction_error_rate/alerts/rule/deleteBackfill", + "alerting:apm.transaction_error_rate/alerts/rule/fillGaps", "alerting:apm.transaction_duration/observability/rule/get", "alerting:apm.transaction_duration/observability/rule/getRuleState", "alerting:apm.transaction_duration/observability/rule/getAlertSummary", @@ -9650,6 +9658,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_duration/observability/rule/getRuleExecutionKPI", "alerting:apm.transaction_duration/observability/rule/getBackfill", "alerting:apm.transaction_duration/observability/rule/findBackfill", + "alerting:apm.transaction_duration/observability/rule/findGaps", "alerting:apm.transaction_duration/observability/rule/create", "alerting:apm.transaction_duration/observability/rule/delete", "alerting:apm.transaction_duration/observability/rule/update", @@ -9669,6 +9678,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_duration/observability/rule/runSoon", "alerting:apm.transaction_duration/observability/rule/scheduleBackfill", "alerting:apm.transaction_duration/observability/rule/deleteBackfill", + "alerting:apm.transaction_duration/observability/rule/fillGaps", "alerting:apm.transaction_duration/alerts/rule/get", "alerting:apm.transaction_duration/alerts/rule/getRuleState", "alerting:apm.transaction_duration/alerts/rule/getAlertSummary", @@ -9678,6 +9688,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_duration/alerts/rule/getRuleExecutionKPI", "alerting:apm.transaction_duration/alerts/rule/getBackfill", "alerting:apm.transaction_duration/alerts/rule/findBackfill", + "alerting:apm.transaction_duration/alerts/rule/findGaps", "alerting:apm.transaction_duration/alerts/rule/create", "alerting:apm.transaction_duration/alerts/rule/delete", "alerting:apm.transaction_duration/alerts/rule/update", @@ -9697,6 +9708,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_duration/alerts/rule/runSoon", "alerting:apm.transaction_duration/alerts/rule/scheduleBackfill", "alerting:apm.transaction_duration/alerts/rule/deleteBackfill", + "alerting:apm.transaction_duration/alerts/rule/fillGaps", "alerting:apm.anomaly/observability/rule/get", "alerting:apm.anomaly/observability/rule/getRuleState", "alerting:apm.anomaly/observability/rule/getAlertSummary", @@ -9706,6 +9718,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.anomaly/observability/rule/getRuleExecutionKPI", "alerting:apm.anomaly/observability/rule/getBackfill", "alerting:apm.anomaly/observability/rule/findBackfill", + "alerting:apm.anomaly/observability/rule/findGaps", "alerting:apm.anomaly/observability/rule/create", "alerting:apm.anomaly/observability/rule/delete", "alerting:apm.anomaly/observability/rule/update", @@ -9725,6 +9738,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.anomaly/observability/rule/runSoon", "alerting:apm.anomaly/observability/rule/scheduleBackfill", "alerting:apm.anomaly/observability/rule/deleteBackfill", + "alerting:apm.anomaly/observability/rule/fillGaps", "alerting:apm.anomaly/alerts/rule/get", "alerting:apm.anomaly/alerts/rule/getRuleState", "alerting:apm.anomaly/alerts/rule/getAlertSummary", @@ -9734,6 +9748,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.anomaly/alerts/rule/getRuleExecutionKPI", "alerting:apm.anomaly/alerts/rule/getBackfill", "alerting:apm.anomaly/alerts/rule/findBackfill", + "alerting:apm.anomaly/alerts/rule/findGaps", "alerting:apm.anomaly/alerts/rule/create", "alerting:apm.anomaly/alerts/rule/delete", "alerting:apm.anomaly/alerts/rule/update", @@ -9753,6 +9768,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.anomaly/alerts/rule/runSoon", "alerting:apm.anomaly/alerts/rule/scheduleBackfill", "alerting:apm.anomaly/alerts/rule/deleteBackfill", + "alerting:apm.anomaly/alerts/rule/fillGaps", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/get", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/getRuleState", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/getAlertSummary", @@ -9762,6 +9778,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/getRuleExecutionKPI", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/getBackfill", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/findBackfill", + "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/findGaps", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/create", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/delete", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/update", @@ -9781,6 +9798,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/runSoon", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/scheduleBackfill", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/deleteBackfill", + "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/fillGaps", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/get", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/getRuleState", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/getAlertSummary", @@ -9790,6 +9808,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/getRuleExecutionKPI", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/getBackfill", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/findBackfill", + "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/findGaps", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/create", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/delete", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/update", @@ -9809,6 +9828,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/runSoon", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/scheduleBackfill", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/deleteBackfill", + "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/fillGaps", "alerting:xpack.synthetics.alerts.tls/observability/rule/get", "alerting:xpack.synthetics.alerts.tls/observability/rule/getRuleState", "alerting:xpack.synthetics.alerts.tls/observability/rule/getAlertSummary", @@ -9818,6 +9838,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.tls/observability/rule/getRuleExecutionKPI", "alerting:xpack.synthetics.alerts.tls/observability/rule/getBackfill", "alerting:xpack.synthetics.alerts.tls/observability/rule/findBackfill", + "alerting:xpack.synthetics.alerts.tls/observability/rule/findGaps", "alerting:xpack.synthetics.alerts.tls/observability/rule/create", "alerting:xpack.synthetics.alerts.tls/observability/rule/delete", "alerting:xpack.synthetics.alerts.tls/observability/rule/update", @@ -9837,6 +9858,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.tls/observability/rule/runSoon", "alerting:xpack.synthetics.alerts.tls/observability/rule/scheduleBackfill", "alerting:xpack.synthetics.alerts.tls/observability/rule/deleteBackfill", + "alerting:xpack.synthetics.alerts.tls/observability/rule/fillGaps", "alerting:xpack.synthetics.alerts.tls/alerts/rule/get", "alerting:xpack.synthetics.alerts.tls/alerts/rule/getRuleState", "alerting:xpack.synthetics.alerts.tls/alerts/rule/getAlertSummary", @@ -9846,6 +9868,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.tls/alerts/rule/getRuleExecutionKPI", "alerting:xpack.synthetics.alerts.tls/alerts/rule/getBackfill", "alerting:xpack.synthetics.alerts.tls/alerts/rule/findBackfill", + "alerting:xpack.synthetics.alerts.tls/alerts/rule/findGaps", "alerting:xpack.synthetics.alerts.tls/alerts/rule/create", "alerting:xpack.synthetics.alerts.tls/alerts/rule/delete", "alerting:xpack.synthetics.alerts.tls/alerts/rule/update", @@ -9865,6 +9888,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.tls/alerts/rule/runSoon", "alerting:xpack.synthetics.alerts.tls/alerts/rule/scheduleBackfill", "alerting:xpack.synthetics.alerts.tls/alerts/rule/deleteBackfill", + "alerting:xpack.synthetics.alerts.tls/alerts/rule/fillGaps", "alerting:metrics.alert.threshold/observability/rule/get", "alerting:metrics.alert.threshold/observability/rule/getRuleState", "alerting:metrics.alert.threshold/observability/rule/getAlertSummary", @@ -9874,6 +9898,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.threshold/observability/rule/getRuleExecutionKPI", "alerting:metrics.alert.threshold/observability/rule/getBackfill", "alerting:metrics.alert.threshold/observability/rule/findBackfill", + "alerting:metrics.alert.threshold/observability/rule/findGaps", "alerting:metrics.alert.threshold/observability/rule/create", "alerting:metrics.alert.threshold/observability/rule/delete", "alerting:metrics.alert.threshold/observability/rule/update", @@ -9893,6 +9918,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.threshold/observability/rule/runSoon", "alerting:metrics.alert.threshold/observability/rule/scheduleBackfill", "alerting:metrics.alert.threshold/observability/rule/deleteBackfill", + "alerting:metrics.alert.threshold/observability/rule/fillGaps", "alerting:metrics.alert.threshold/alerts/rule/get", "alerting:metrics.alert.threshold/alerts/rule/getRuleState", "alerting:metrics.alert.threshold/alerts/rule/getAlertSummary", @@ -9902,6 +9928,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.threshold/alerts/rule/getRuleExecutionKPI", "alerting:metrics.alert.threshold/alerts/rule/getBackfill", "alerting:metrics.alert.threshold/alerts/rule/findBackfill", + "alerting:metrics.alert.threshold/alerts/rule/findGaps", "alerting:metrics.alert.threshold/alerts/rule/create", "alerting:metrics.alert.threshold/alerts/rule/delete", "alerting:metrics.alert.threshold/alerts/rule/update", @@ -9921,6 +9948,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.threshold/alerts/rule/runSoon", "alerting:metrics.alert.threshold/alerts/rule/scheduleBackfill", "alerting:metrics.alert.threshold/alerts/rule/deleteBackfill", + "alerting:metrics.alert.threshold/alerts/rule/fillGaps", "alerting:metrics.alert.inventory.threshold/observability/rule/get", "alerting:metrics.alert.inventory.threshold/observability/rule/getRuleState", "alerting:metrics.alert.inventory.threshold/observability/rule/getAlertSummary", @@ -9930,6 +9958,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.inventory.threshold/observability/rule/getRuleExecutionKPI", "alerting:metrics.alert.inventory.threshold/observability/rule/getBackfill", "alerting:metrics.alert.inventory.threshold/observability/rule/findBackfill", + "alerting:metrics.alert.inventory.threshold/observability/rule/findGaps", "alerting:metrics.alert.inventory.threshold/observability/rule/create", "alerting:metrics.alert.inventory.threshold/observability/rule/delete", "alerting:metrics.alert.inventory.threshold/observability/rule/update", @@ -9949,6 +9978,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.inventory.threshold/observability/rule/runSoon", "alerting:metrics.alert.inventory.threshold/observability/rule/scheduleBackfill", "alerting:metrics.alert.inventory.threshold/observability/rule/deleteBackfill", + "alerting:metrics.alert.inventory.threshold/observability/rule/fillGaps", "alerting:metrics.alert.inventory.threshold/alerts/rule/get", "alerting:metrics.alert.inventory.threshold/alerts/rule/getRuleState", "alerting:metrics.alert.inventory.threshold/alerts/rule/getAlertSummary", @@ -9958,6 +9988,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.inventory.threshold/alerts/rule/getRuleExecutionKPI", "alerting:metrics.alert.inventory.threshold/alerts/rule/getBackfill", "alerting:metrics.alert.inventory.threshold/alerts/rule/findBackfill", + "alerting:metrics.alert.inventory.threshold/alerts/rule/findGaps", "alerting:metrics.alert.inventory.threshold/alerts/rule/create", "alerting:metrics.alert.inventory.threshold/alerts/rule/delete", "alerting:metrics.alert.inventory.threshold/alerts/rule/update", @@ -9977,6 +10008,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.inventory.threshold/alerts/rule/runSoon", "alerting:metrics.alert.inventory.threshold/alerts/rule/scheduleBackfill", "alerting:metrics.alert.inventory.threshold/alerts/rule/deleteBackfill", + "alerting:metrics.alert.inventory.threshold/alerts/rule/fillGaps", "alerting:xpack.uptime.alerts.tls/observability/rule/get", "alerting:xpack.uptime.alerts.tls/observability/rule/getRuleState", "alerting:xpack.uptime.alerts.tls/observability/rule/getAlertSummary", @@ -9986,6 +10018,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tls/observability/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.tls/observability/rule/getBackfill", "alerting:xpack.uptime.alerts.tls/observability/rule/findBackfill", + "alerting:xpack.uptime.alerts.tls/observability/rule/findGaps", "alerting:xpack.uptime.alerts.tls/observability/rule/create", "alerting:xpack.uptime.alerts.tls/observability/rule/delete", "alerting:xpack.uptime.alerts.tls/observability/rule/update", @@ -10005,6 +10038,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tls/observability/rule/runSoon", "alerting:xpack.uptime.alerts.tls/observability/rule/scheduleBackfill", "alerting:xpack.uptime.alerts.tls/observability/rule/deleteBackfill", + "alerting:xpack.uptime.alerts.tls/observability/rule/fillGaps", "alerting:xpack.uptime.alerts.tls/alerts/rule/get", "alerting:xpack.uptime.alerts.tls/alerts/rule/getRuleState", "alerting:xpack.uptime.alerts.tls/alerts/rule/getAlertSummary", @@ -10014,6 +10048,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tls/alerts/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.tls/alerts/rule/getBackfill", "alerting:xpack.uptime.alerts.tls/alerts/rule/findBackfill", + "alerting:xpack.uptime.alerts.tls/alerts/rule/findGaps", "alerting:xpack.uptime.alerts.tls/alerts/rule/create", "alerting:xpack.uptime.alerts.tls/alerts/rule/delete", "alerting:xpack.uptime.alerts.tls/alerts/rule/update", @@ -10033,6 +10068,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tls/alerts/rule/runSoon", "alerting:xpack.uptime.alerts.tls/alerts/rule/scheduleBackfill", "alerting:xpack.uptime.alerts.tls/alerts/rule/deleteBackfill", + "alerting:xpack.uptime.alerts.tls/alerts/rule/fillGaps", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/get", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/getRuleState", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/getAlertSummary", @@ -10042,6 +10078,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/getBackfill", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/findBackfill", + "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/findGaps", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/create", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/delete", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/update", @@ -10061,6 +10098,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/runSoon", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/scheduleBackfill", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/deleteBackfill", + "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/fillGaps", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/get", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/getRuleState", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/getAlertSummary", @@ -10070,6 +10108,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/getBackfill", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/findBackfill", + "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/findGaps", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/create", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/delete", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/update", @@ -10089,6 +10128,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/runSoon", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/scheduleBackfill", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/deleteBackfill", + "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/fillGaps", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/get", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/getRuleState", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/getAlertSummary", @@ -10098,6 +10138,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/getBackfill", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/findBackfill", + "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/findGaps", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/create", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/delete", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/update", @@ -10117,6 +10158,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/runSoon", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/scheduleBackfill", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/deleteBackfill", + "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/fillGaps", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/get", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/getRuleState", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/getAlertSummary", @@ -10126,6 +10168,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/getBackfill", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/findBackfill", + "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/findGaps", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/create", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/delete", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/update", @@ -10145,6 +10188,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/runSoon", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/scheduleBackfill", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/deleteBackfill", + "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/fillGaps", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/get", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/getRuleState", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/getAlertSummary", @@ -10154,6 +10198,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/getBackfill", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/findBackfill", + "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/findGaps", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/create", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/delete", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/update", @@ -10173,6 +10218,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/runSoon", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/scheduleBackfill", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/deleteBackfill", + "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/fillGaps", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/get", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/getRuleState", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/getAlertSummary", @@ -10182,6 +10228,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/getBackfill", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/findBackfill", + "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/findGaps", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/create", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/delete", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/update", @@ -10201,6 +10248,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/runSoon", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/scheduleBackfill", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/deleteBackfill", + "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/fillGaps", "alerting:logs.alert.document.count/observability/rule/get", "alerting:logs.alert.document.count/observability/rule/getRuleState", "alerting:logs.alert.document.count/observability/rule/getAlertSummary", @@ -10210,6 +10258,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:logs.alert.document.count/observability/rule/getRuleExecutionKPI", "alerting:logs.alert.document.count/observability/rule/getBackfill", "alerting:logs.alert.document.count/observability/rule/findBackfill", + "alerting:logs.alert.document.count/observability/rule/findGaps", "alerting:logs.alert.document.count/observability/rule/create", "alerting:logs.alert.document.count/observability/rule/delete", "alerting:logs.alert.document.count/observability/rule/update", @@ -10229,6 +10278,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:logs.alert.document.count/observability/rule/runSoon", "alerting:logs.alert.document.count/observability/rule/scheduleBackfill", "alerting:logs.alert.document.count/observability/rule/deleteBackfill", + "alerting:logs.alert.document.count/observability/rule/fillGaps", "alerting:logs.alert.document.count/alerts/rule/get", "alerting:logs.alert.document.count/alerts/rule/getRuleState", "alerting:logs.alert.document.count/alerts/rule/getAlertSummary", @@ -10238,6 +10288,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:logs.alert.document.count/alerts/rule/getRuleExecutionKPI", "alerting:logs.alert.document.count/alerts/rule/getBackfill", "alerting:logs.alert.document.count/alerts/rule/findBackfill", + "alerting:logs.alert.document.count/alerts/rule/findGaps", "alerting:logs.alert.document.count/alerts/rule/create", "alerting:logs.alert.document.count/alerts/rule/delete", "alerting:logs.alert.document.count/alerts/rule/update", @@ -10257,6 +10308,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:logs.alert.document.count/alerts/rule/runSoon", "alerting:logs.alert.document.count/alerts/rule/scheduleBackfill", "alerting:logs.alert.document.count/alerts/rule/deleteBackfill", + "alerting:logs.alert.document.count/alerts/rule/fillGaps", "alerting:slo.rules.burnRate/observability/rule/get", "alerting:slo.rules.burnRate/observability/rule/getRuleState", "alerting:slo.rules.burnRate/observability/rule/getAlertSummary", @@ -10266,6 +10318,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:slo.rules.burnRate/observability/rule/getRuleExecutionKPI", "alerting:slo.rules.burnRate/observability/rule/getBackfill", "alerting:slo.rules.burnRate/observability/rule/findBackfill", + "alerting:slo.rules.burnRate/observability/rule/findGaps", "alerting:slo.rules.burnRate/observability/rule/create", "alerting:slo.rules.burnRate/observability/rule/delete", "alerting:slo.rules.burnRate/observability/rule/update", @@ -10285,6 +10338,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:slo.rules.burnRate/observability/rule/runSoon", "alerting:slo.rules.burnRate/observability/rule/scheduleBackfill", "alerting:slo.rules.burnRate/observability/rule/deleteBackfill", + "alerting:slo.rules.burnRate/observability/rule/fillGaps", "alerting:slo.rules.burnRate/alerts/rule/get", "alerting:slo.rules.burnRate/alerts/rule/getRuleState", "alerting:slo.rules.burnRate/alerts/rule/getAlertSummary", @@ -10294,6 +10348,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:slo.rules.burnRate/alerts/rule/getRuleExecutionKPI", "alerting:slo.rules.burnRate/alerts/rule/getBackfill", "alerting:slo.rules.burnRate/alerts/rule/findBackfill", + "alerting:slo.rules.burnRate/alerts/rule/findGaps", "alerting:slo.rules.burnRate/alerts/rule/create", "alerting:slo.rules.burnRate/alerts/rule/delete", "alerting:slo.rules.burnRate/alerts/rule/update", @@ -10313,6 +10368,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:slo.rules.burnRate/alerts/rule/runSoon", "alerting:slo.rules.burnRate/alerts/rule/scheduleBackfill", "alerting:slo.rules.burnRate/alerts/rule/deleteBackfill", + "alerting:slo.rules.burnRate/alerts/rule/fillGaps", "alerting:observability.rules.custom_threshold/observability/rule/get", "alerting:observability.rules.custom_threshold/observability/rule/getRuleState", "alerting:observability.rules.custom_threshold/observability/rule/getAlertSummary", @@ -10322,6 +10378,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:observability.rules.custom_threshold/observability/rule/getRuleExecutionKPI", "alerting:observability.rules.custom_threshold/observability/rule/getBackfill", "alerting:observability.rules.custom_threshold/observability/rule/findBackfill", + "alerting:observability.rules.custom_threshold/observability/rule/findGaps", "alerting:observability.rules.custom_threshold/observability/rule/create", "alerting:observability.rules.custom_threshold/observability/rule/delete", "alerting:observability.rules.custom_threshold/observability/rule/update", @@ -10341,6 +10398,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:observability.rules.custom_threshold/observability/rule/runSoon", "alerting:observability.rules.custom_threshold/observability/rule/scheduleBackfill", "alerting:observability.rules.custom_threshold/observability/rule/deleteBackfill", + "alerting:observability.rules.custom_threshold/observability/rule/fillGaps", "alerting:observability.rules.custom_threshold/alerts/rule/get", "alerting:observability.rules.custom_threshold/alerts/rule/getRuleState", "alerting:observability.rules.custom_threshold/alerts/rule/getAlertSummary", @@ -10350,6 +10408,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:observability.rules.custom_threshold/alerts/rule/getRuleExecutionKPI", "alerting:observability.rules.custom_threshold/alerts/rule/getBackfill", "alerting:observability.rules.custom_threshold/alerts/rule/findBackfill", + "alerting:observability.rules.custom_threshold/alerts/rule/findGaps", "alerting:observability.rules.custom_threshold/alerts/rule/create", "alerting:observability.rules.custom_threshold/alerts/rule/delete", "alerting:observability.rules.custom_threshold/alerts/rule/update", @@ -10369,6 +10428,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:observability.rules.custom_threshold/alerts/rule/runSoon", "alerting:observability.rules.custom_threshold/alerts/rule/scheduleBackfill", "alerting:observability.rules.custom_threshold/alerts/rule/deleteBackfill", + "alerting:observability.rules.custom_threshold/alerts/rule/fillGaps", "alerting:.es-query/observability/rule/get", "alerting:.es-query/observability/rule/getRuleState", "alerting:.es-query/observability/rule/getAlertSummary", @@ -10378,6 +10438,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:.es-query/observability/rule/getRuleExecutionKPI", "alerting:.es-query/observability/rule/getBackfill", "alerting:.es-query/observability/rule/findBackfill", + "alerting:.es-query/observability/rule/findGaps", "alerting:.es-query/observability/rule/create", "alerting:.es-query/observability/rule/delete", "alerting:.es-query/observability/rule/update", @@ -10397,6 +10458,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:.es-query/observability/rule/runSoon", "alerting:.es-query/observability/rule/scheduleBackfill", "alerting:.es-query/observability/rule/deleteBackfill", + "alerting:.es-query/observability/rule/fillGaps", "alerting:.es-query/alerts/rule/get", "alerting:.es-query/alerts/rule/getRuleState", "alerting:.es-query/alerts/rule/getAlertSummary", @@ -10406,6 +10468,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:.es-query/alerts/rule/getRuleExecutionKPI", "alerting:.es-query/alerts/rule/getBackfill", "alerting:.es-query/alerts/rule/findBackfill", + "alerting:.es-query/alerts/rule/findGaps", "alerting:.es-query/alerts/rule/create", "alerting:.es-query/alerts/rule/delete", "alerting:.es-query/alerts/rule/update", @@ -10425,6 +10488,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:.es-query/alerts/rule/runSoon", "alerting:.es-query/alerts/rule/scheduleBackfill", "alerting:.es-query/alerts/rule/deleteBackfill", + "alerting:.es-query/alerts/rule/fillGaps", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/get", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/getRuleState", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/getAlertSummary", @@ -10434,6 +10498,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.ml.anomaly_detection_alert/observability/rule/getRuleExecutionKPI", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/getBackfill", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/findBackfill", + "alerting:xpack.ml.anomaly_detection_alert/observability/rule/findGaps", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/create", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/delete", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/update", @@ -10453,6 +10518,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.ml.anomaly_detection_alert/observability/rule/runSoon", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/scheduleBackfill", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/deleteBackfill", + "alerting:xpack.ml.anomaly_detection_alert/observability/rule/fillGaps", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/get", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/getRuleState", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/getAlertSummary", @@ -10462,6 +10528,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/getRuleExecutionKPI", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/getBackfill", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/findBackfill", + "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/findGaps", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/create", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/delete", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/update", @@ -10481,6 +10548,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/runSoon", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/scheduleBackfill", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/deleteBackfill", + "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/fillGaps", "alerting:apm.error_rate/observability/alert/get", "alerting:apm.error_rate/observability/alert/find", "alerting:apm.error_rate/observability/alert/getAuthorizedAlertsIndices", @@ -10737,6 +10805,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.error_rate/observability/rule/getRuleExecutionKPI", "alerting:apm.error_rate/observability/rule/getBackfill", "alerting:apm.error_rate/observability/rule/findBackfill", + "alerting:apm.error_rate/observability/rule/findGaps", "alerting:apm.error_rate/observability/rule/create", "alerting:apm.error_rate/observability/rule/delete", "alerting:apm.error_rate/observability/rule/update", @@ -10756,6 +10825,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.error_rate/observability/rule/runSoon", "alerting:apm.error_rate/observability/rule/scheduleBackfill", "alerting:apm.error_rate/observability/rule/deleteBackfill", + "alerting:apm.error_rate/observability/rule/fillGaps", "alerting:apm.error_rate/alerts/rule/get", "alerting:apm.error_rate/alerts/rule/getRuleState", "alerting:apm.error_rate/alerts/rule/getAlertSummary", @@ -10765,6 +10835,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.error_rate/alerts/rule/getRuleExecutionKPI", "alerting:apm.error_rate/alerts/rule/getBackfill", "alerting:apm.error_rate/alerts/rule/findBackfill", + "alerting:apm.error_rate/alerts/rule/findGaps", "alerting:apm.error_rate/alerts/rule/create", "alerting:apm.error_rate/alerts/rule/delete", "alerting:apm.error_rate/alerts/rule/update", @@ -10784,6 +10855,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.error_rate/alerts/rule/runSoon", "alerting:apm.error_rate/alerts/rule/scheduleBackfill", "alerting:apm.error_rate/alerts/rule/deleteBackfill", + "alerting:apm.error_rate/alerts/rule/fillGaps", "alerting:apm.transaction_error_rate/observability/rule/get", "alerting:apm.transaction_error_rate/observability/rule/getRuleState", "alerting:apm.transaction_error_rate/observability/rule/getAlertSummary", @@ -10793,6 +10865,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_error_rate/observability/rule/getRuleExecutionKPI", "alerting:apm.transaction_error_rate/observability/rule/getBackfill", "alerting:apm.transaction_error_rate/observability/rule/findBackfill", + "alerting:apm.transaction_error_rate/observability/rule/findGaps", "alerting:apm.transaction_error_rate/observability/rule/create", "alerting:apm.transaction_error_rate/observability/rule/delete", "alerting:apm.transaction_error_rate/observability/rule/update", @@ -10812,6 +10885,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_error_rate/observability/rule/runSoon", "alerting:apm.transaction_error_rate/observability/rule/scheduleBackfill", "alerting:apm.transaction_error_rate/observability/rule/deleteBackfill", + "alerting:apm.transaction_error_rate/observability/rule/fillGaps", "alerting:apm.transaction_error_rate/alerts/rule/get", "alerting:apm.transaction_error_rate/alerts/rule/getRuleState", "alerting:apm.transaction_error_rate/alerts/rule/getAlertSummary", @@ -10821,6 +10895,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_error_rate/alerts/rule/getRuleExecutionKPI", "alerting:apm.transaction_error_rate/alerts/rule/getBackfill", "alerting:apm.transaction_error_rate/alerts/rule/findBackfill", + "alerting:apm.transaction_error_rate/alerts/rule/findGaps", "alerting:apm.transaction_error_rate/alerts/rule/create", "alerting:apm.transaction_error_rate/alerts/rule/delete", "alerting:apm.transaction_error_rate/alerts/rule/update", @@ -10840,6 +10915,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_error_rate/alerts/rule/runSoon", "alerting:apm.transaction_error_rate/alerts/rule/scheduleBackfill", "alerting:apm.transaction_error_rate/alerts/rule/deleteBackfill", + "alerting:apm.transaction_error_rate/alerts/rule/fillGaps", "alerting:apm.transaction_duration/observability/rule/get", "alerting:apm.transaction_duration/observability/rule/getRuleState", "alerting:apm.transaction_duration/observability/rule/getAlertSummary", @@ -10849,6 +10925,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_duration/observability/rule/getRuleExecutionKPI", "alerting:apm.transaction_duration/observability/rule/getBackfill", "alerting:apm.transaction_duration/observability/rule/findBackfill", + "alerting:apm.transaction_duration/observability/rule/findGaps", "alerting:apm.transaction_duration/observability/rule/create", "alerting:apm.transaction_duration/observability/rule/delete", "alerting:apm.transaction_duration/observability/rule/update", @@ -10868,6 +10945,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_duration/observability/rule/runSoon", "alerting:apm.transaction_duration/observability/rule/scheduleBackfill", "alerting:apm.transaction_duration/observability/rule/deleteBackfill", + "alerting:apm.transaction_duration/observability/rule/fillGaps", "alerting:apm.transaction_duration/alerts/rule/get", "alerting:apm.transaction_duration/alerts/rule/getRuleState", "alerting:apm.transaction_duration/alerts/rule/getAlertSummary", @@ -10877,6 +10955,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_duration/alerts/rule/getRuleExecutionKPI", "alerting:apm.transaction_duration/alerts/rule/getBackfill", "alerting:apm.transaction_duration/alerts/rule/findBackfill", + "alerting:apm.transaction_duration/alerts/rule/findGaps", "alerting:apm.transaction_duration/alerts/rule/create", "alerting:apm.transaction_duration/alerts/rule/delete", "alerting:apm.transaction_duration/alerts/rule/update", @@ -10896,6 +10975,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_duration/alerts/rule/runSoon", "alerting:apm.transaction_duration/alerts/rule/scheduleBackfill", "alerting:apm.transaction_duration/alerts/rule/deleteBackfill", + "alerting:apm.transaction_duration/alerts/rule/fillGaps", "alerting:apm.anomaly/observability/rule/get", "alerting:apm.anomaly/observability/rule/getRuleState", "alerting:apm.anomaly/observability/rule/getAlertSummary", @@ -10905,6 +10985,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.anomaly/observability/rule/getRuleExecutionKPI", "alerting:apm.anomaly/observability/rule/getBackfill", "alerting:apm.anomaly/observability/rule/findBackfill", + "alerting:apm.anomaly/observability/rule/findGaps", "alerting:apm.anomaly/observability/rule/create", "alerting:apm.anomaly/observability/rule/delete", "alerting:apm.anomaly/observability/rule/update", @@ -10924,6 +11005,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.anomaly/observability/rule/runSoon", "alerting:apm.anomaly/observability/rule/scheduleBackfill", "alerting:apm.anomaly/observability/rule/deleteBackfill", + "alerting:apm.anomaly/observability/rule/fillGaps", "alerting:apm.anomaly/alerts/rule/get", "alerting:apm.anomaly/alerts/rule/getRuleState", "alerting:apm.anomaly/alerts/rule/getAlertSummary", @@ -10933,6 +11015,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.anomaly/alerts/rule/getRuleExecutionKPI", "alerting:apm.anomaly/alerts/rule/getBackfill", "alerting:apm.anomaly/alerts/rule/findBackfill", + "alerting:apm.anomaly/alerts/rule/findGaps", "alerting:apm.anomaly/alerts/rule/create", "alerting:apm.anomaly/alerts/rule/delete", "alerting:apm.anomaly/alerts/rule/update", @@ -10952,6 +11035,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.anomaly/alerts/rule/runSoon", "alerting:apm.anomaly/alerts/rule/scheduleBackfill", "alerting:apm.anomaly/alerts/rule/deleteBackfill", + "alerting:apm.anomaly/alerts/rule/fillGaps", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/get", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/getRuleState", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/getAlertSummary", @@ -10961,6 +11045,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/getRuleExecutionKPI", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/getBackfill", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/findBackfill", + "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/findGaps", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/create", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/delete", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/update", @@ -10980,6 +11065,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/runSoon", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/scheduleBackfill", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/deleteBackfill", + "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/fillGaps", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/get", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/getRuleState", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/getAlertSummary", @@ -10989,6 +11075,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/getRuleExecutionKPI", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/getBackfill", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/findBackfill", + "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/findGaps", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/create", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/delete", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/update", @@ -11008,6 +11095,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/runSoon", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/scheduleBackfill", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/deleteBackfill", + "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/fillGaps", "alerting:xpack.synthetics.alerts.tls/observability/rule/get", "alerting:xpack.synthetics.alerts.tls/observability/rule/getRuleState", "alerting:xpack.synthetics.alerts.tls/observability/rule/getAlertSummary", @@ -11017,6 +11105,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.tls/observability/rule/getRuleExecutionKPI", "alerting:xpack.synthetics.alerts.tls/observability/rule/getBackfill", "alerting:xpack.synthetics.alerts.tls/observability/rule/findBackfill", + "alerting:xpack.synthetics.alerts.tls/observability/rule/findGaps", "alerting:xpack.synthetics.alerts.tls/observability/rule/create", "alerting:xpack.synthetics.alerts.tls/observability/rule/delete", "alerting:xpack.synthetics.alerts.tls/observability/rule/update", @@ -11036,6 +11125,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.tls/observability/rule/runSoon", "alerting:xpack.synthetics.alerts.tls/observability/rule/scheduleBackfill", "alerting:xpack.synthetics.alerts.tls/observability/rule/deleteBackfill", + "alerting:xpack.synthetics.alerts.tls/observability/rule/fillGaps", "alerting:xpack.synthetics.alerts.tls/alerts/rule/get", "alerting:xpack.synthetics.alerts.tls/alerts/rule/getRuleState", "alerting:xpack.synthetics.alerts.tls/alerts/rule/getAlertSummary", @@ -11045,6 +11135,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.tls/alerts/rule/getRuleExecutionKPI", "alerting:xpack.synthetics.alerts.tls/alerts/rule/getBackfill", "alerting:xpack.synthetics.alerts.tls/alerts/rule/findBackfill", + "alerting:xpack.synthetics.alerts.tls/alerts/rule/findGaps", "alerting:xpack.synthetics.alerts.tls/alerts/rule/create", "alerting:xpack.synthetics.alerts.tls/alerts/rule/delete", "alerting:xpack.synthetics.alerts.tls/alerts/rule/update", @@ -11064,6 +11155,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.tls/alerts/rule/runSoon", "alerting:xpack.synthetics.alerts.tls/alerts/rule/scheduleBackfill", "alerting:xpack.synthetics.alerts.tls/alerts/rule/deleteBackfill", + "alerting:xpack.synthetics.alerts.tls/alerts/rule/fillGaps", "alerting:metrics.alert.threshold/observability/rule/get", "alerting:metrics.alert.threshold/observability/rule/getRuleState", "alerting:metrics.alert.threshold/observability/rule/getAlertSummary", @@ -11073,6 +11165,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.threshold/observability/rule/getRuleExecutionKPI", "alerting:metrics.alert.threshold/observability/rule/getBackfill", "alerting:metrics.alert.threshold/observability/rule/findBackfill", + "alerting:metrics.alert.threshold/observability/rule/findGaps", "alerting:metrics.alert.threshold/observability/rule/create", "alerting:metrics.alert.threshold/observability/rule/delete", "alerting:metrics.alert.threshold/observability/rule/update", @@ -11092,6 +11185,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.threshold/observability/rule/runSoon", "alerting:metrics.alert.threshold/observability/rule/scheduleBackfill", "alerting:metrics.alert.threshold/observability/rule/deleteBackfill", + "alerting:metrics.alert.threshold/observability/rule/fillGaps", "alerting:metrics.alert.threshold/alerts/rule/get", "alerting:metrics.alert.threshold/alerts/rule/getRuleState", "alerting:metrics.alert.threshold/alerts/rule/getAlertSummary", @@ -11101,6 +11195,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.threshold/alerts/rule/getRuleExecutionKPI", "alerting:metrics.alert.threshold/alerts/rule/getBackfill", "alerting:metrics.alert.threshold/alerts/rule/findBackfill", + "alerting:metrics.alert.threshold/alerts/rule/findGaps", "alerting:metrics.alert.threshold/alerts/rule/create", "alerting:metrics.alert.threshold/alerts/rule/delete", "alerting:metrics.alert.threshold/alerts/rule/update", @@ -11120,6 +11215,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.threshold/alerts/rule/runSoon", "alerting:metrics.alert.threshold/alerts/rule/scheduleBackfill", "alerting:metrics.alert.threshold/alerts/rule/deleteBackfill", + "alerting:metrics.alert.threshold/alerts/rule/fillGaps", "alerting:metrics.alert.inventory.threshold/observability/rule/get", "alerting:metrics.alert.inventory.threshold/observability/rule/getRuleState", "alerting:metrics.alert.inventory.threshold/observability/rule/getAlertSummary", @@ -11129,6 +11225,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.inventory.threshold/observability/rule/getRuleExecutionKPI", "alerting:metrics.alert.inventory.threshold/observability/rule/getBackfill", "alerting:metrics.alert.inventory.threshold/observability/rule/findBackfill", + "alerting:metrics.alert.inventory.threshold/observability/rule/findGaps", "alerting:metrics.alert.inventory.threshold/observability/rule/create", "alerting:metrics.alert.inventory.threshold/observability/rule/delete", "alerting:metrics.alert.inventory.threshold/observability/rule/update", @@ -11148,6 +11245,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.inventory.threshold/observability/rule/runSoon", "alerting:metrics.alert.inventory.threshold/observability/rule/scheduleBackfill", "alerting:metrics.alert.inventory.threshold/observability/rule/deleteBackfill", + "alerting:metrics.alert.inventory.threshold/observability/rule/fillGaps", "alerting:metrics.alert.inventory.threshold/alerts/rule/get", "alerting:metrics.alert.inventory.threshold/alerts/rule/getRuleState", "alerting:metrics.alert.inventory.threshold/alerts/rule/getAlertSummary", @@ -11157,6 +11255,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.inventory.threshold/alerts/rule/getRuleExecutionKPI", "alerting:metrics.alert.inventory.threshold/alerts/rule/getBackfill", "alerting:metrics.alert.inventory.threshold/alerts/rule/findBackfill", + "alerting:metrics.alert.inventory.threshold/alerts/rule/findGaps", "alerting:metrics.alert.inventory.threshold/alerts/rule/create", "alerting:metrics.alert.inventory.threshold/alerts/rule/delete", "alerting:metrics.alert.inventory.threshold/alerts/rule/update", @@ -11176,6 +11275,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.inventory.threshold/alerts/rule/runSoon", "alerting:metrics.alert.inventory.threshold/alerts/rule/scheduleBackfill", "alerting:metrics.alert.inventory.threshold/alerts/rule/deleteBackfill", + "alerting:metrics.alert.inventory.threshold/alerts/rule/fillGaps", "alerting:xpack.uptime.alerts.tls/observability/rule/get", "alerting:xpack.uptime.alerts.tls/observability/rule/getRuleState", "alerting:xpack.uptime.alerts.tls/observability/rule/getAlertSummary", @@ -11185,6 +11285,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tls/observability/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.tls/observability/rule/getBackfill", "alerting:xpack.uptime.alerts.tls/observability/rule/findBackfill", + "alerting:xpack.uptime.alerts.tls/observability/rule/findGaps", "alerting:xpack.uptime.alerts.tls/observability/rule/create", "alerting:xpack.uptime.alerts.tls/observability/rule/delete", "alerting:xpack.uptime.alerts.tls/observability/rule/update", @@ -11204,6 +11305,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tls/observability/rule/runSoon", "alerting:xpack.uptime.alerts.tls/observability/rule/scheduleBackfill", "alerting:xpack.uptime.alerts.tls/observability/rule/deleteBackfill", + "alerting:xpack.uptime.alerts.tls/observability/rule/fillGaps", "alerting:xpack.uptime.alerts.tls/alerts/rule/get", "alerting:xpack.uptime.alerts.tls/alerts/rule/getRuleState", "alerting:xpack.uptime.alerts.tls/alerts/rule/getAlertSummary", @@ -11213,6 +11315,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tls/alerts/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.tls/alerts/rule/getBackfill", "alerting:xpack.uptime.alerts.tls/alerts/rule/findBackfill", + "alerting:xpack.uptime.alerts.tls/alerts/rule/findGaps", "alerting:xpack.uptime.alerts.tls/alerts/rule/create", "alerting:xpack.uptime.alerts.tls/alerts/rule/delete", "alerting:xpack.uptime.alerts.tls/alerts/rule/update", @@ -11232,6 +11335,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tls/alerts/rule/runSoon", "alerting:xpack.uptime.alerts.tls/alerts/rule/scheduleBackfill", "alerting:xpack.uptime.alerts.tls/alerts/rule/deleteBackfill", + "alerting:xpack.uptime.alerts.tls/alerts/rule/fillGaps", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/get", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/getRuleState", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/getAlertSummary", @@ -11241,6 +11345,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/getBackfill", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/findBackfill", + "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/findGaps", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/create", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/delete", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/update", @@ -11260,6 +11365,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/runSoon", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/scheduleBackfill", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/deleteBackfill", + "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/fillGaps", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/get", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/getRuleState", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/getAlertSummary", @@ -11269,6 +11375,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/getBackfill", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/findBackfill", + "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/findGaps", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/create", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/delete", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/update", @@ -11288,6 +11395,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/runSoon", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/scheduleBackfill", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/deleteBackfill", + "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/fillGaps", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/get", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/getRuleState", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/getAlertSummary", @@ -11297,6 +11405,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/getBackfill", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/findBackfill", + "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/findGaps", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/create", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/delete", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/update", @@ -11316,6 +11425,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/runSoon", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/scheduleBackfill", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/deleteBackfill", + "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/fillGaps", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/get", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/getRuleState", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/getAlertSummary", @@ -11325,6 +11435,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/getBackfill", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/findBackfill", + "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/findGaps", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/create", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/delete", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/update", @@ -11344,6 +11455,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/runSoon", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/scheduleBackfill", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/deleteBackfill", + "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/fillGaps", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/get", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/getRuleState", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/getAlertSummary", @@ -11353,6 +11465,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/getBackfill", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/findBackfill", + "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/findGaps", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/create", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/delete", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/update", @@ -11372,6 +11485,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/runSoon", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/scheduleBackfill", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/deleteBackfill", + "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/fillGaps", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/get", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/getRuleState", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/getAlertSummary", @@ -11381,6 +11495,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/getBackfill", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/findBackfill", + "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/findGaps", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/create", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/delete", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/update", @@ -11400,6 +11515,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/runSoon", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/scheduleBackfill", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/deleteBackfill", + "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/fillGaps", "alerting:logs.alert.document.count/observability/rule/get", "alerting:logs.alert.document.count/observability/rule/getRuleState", "alerting:logs.alert.document.count/observability/rule/getAlertSummary", @@ -11409,6 +11525,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:logs.alert.document.count/observability/rule/getRuleExecutionKPI", "alerting:logs.alert.document.count/observability/rule/getBackfill", "alerting:logs.alert.document.count/observability/rule/findBackfill", + "alerting:logs.alert.document.count/observability/rule/findGaps", "alerting:logs.alert.document.count/observability/rule/create", "alerting:logs.alert.document.count/observability/rule/delete", "alerting:logs.alert.document.count/observability/rule/update", @@ -11428,6 +11545,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:logs.alert.document.count/observability/rule/runSoon", "alerting:logs.alert.document.count/observability/rule/scheduleBackfill", "alerting:logs.alert.document.count/observability/rule/deleteBackfill", + "alerting:logs.alert.document.count/observability/rule/fillGaps", "alerting:logs.alert.document.count/alerts/rule/get", "alerting:logs.alert.document.count/alerts/rule/getRuleState", "alerting:logs.alert.document.count/alerts/rule/getAlertSummary", @@ -11437,6 +11555,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:logs.alert.document.count/alerts/rule/getRuleExecutionKPI", "alerting:logs.alert.document.count/alerts/rule/getBackfill", "alerting:logs.alert.document.count/alerts/rule/findBackfill", + "alerting:logs.alert.document.count/alerts/rule/findGaps", "alerting:logs.alert.document.count/alerts/rule/create", "alerting:logs.alert.document.count/alerts/rule/delete", "alerting:logs.alert.document.count/alerts/rule/update", @@ -11456,6 +11575,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:logs.alert.document.count/alerts/rule/runSoon", "alerting:logs.alert.document.count/alerts/rule/scheduleBackfill", "alerting:logs.alert.document.count/alerts/rule/deleteBackfill", + "alerting:logs.alert.document.count/alerts/rule/fillGaps", "alerting:slo.rules.burnRate/observability/rule/get", "alerting:slo.rules.burnRate/observability/rule/getRuleState", "alerting:slo.rules.burnRate/observability/rule/getAlertSummary", @@ -11465,6 +11585,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:slo.rules.burnRate/observability/rule/getRuleExecutionKPI", "alerting:slo.rules.burnRate/observability/rule/getBackfill", "alerting:slo.rules.burnRate/observability/rule/findBackfill", + "alerting:slo.rules.burnRate/observability/rule/findGaps", "alerting:slo.rules.burnRate/observability/rule/create", "alerting:slo.rules.burnRate/observability/rule/delete", "alerting:slo.rules.burnRate/observability/rule/update", @@ -11484,6 +11605,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:slo.rules.burnRate/observability/rule/runSoon", "alerting:slo.rules.burnRate/observability/rule/scheduleBackfill", "alerting:slo.rules.burnRate/observability/rule/deleteBackfill", + "alerting:slo.rules.burnRate/observability/rule/fillGaps", "alerting:slo.rules.burnRate/alerts/rule/get", "alerting:slo.rules.burnRate/alerts/rule/getRuleState", "alerting:slo.rules.burnRate/alerts/rule/getAlertSummary", @@ -11493,6 +11615,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:slo.rules.burnRate/alerts/rule/getRuleExecutionKPI", "alerting:slo.rules.burnRate/alerts/rule/getBackfill", "alerting:slo.rules.burnRate/alerts/rule/findBackfill", + "alerting:slo.rules.burnRate/alerts/rule/findGaps", "alerting:slo.rules.burnRate/alerts/rule/create", "alerting:slo.rules.burnRate/alerts/rule/delete", "alerting:slo.rules.burnRate/alerts/rule/update", @@ -11512,6 +11635,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:slo.rules.burnRate/alerts/rule/runSoon", "alerting:slo.rules.burnRate/alerts/rule/scheduleBackfill", "alerting:slo.rules.burnRate/alerts/rule/deleteBackfill", + "alerting:slo.rules.burnRate/alerts/rule/fillGaps", "alerting:observability.rules.custom_threshold/observability/rule/get", "alerting:observability.rules.custom_threshold/observability/rule/getRuleState", "alerting:observability.rules.custom_threshold/observability/rule/getAlertSummary", @@ -11521,6 +11645,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:observability.rules.custom_threshold/observability/rule/getRuleExecutionKPI", "alerting:observability.rules.custom_threshold/observability/rule/getBackfill", "alerting:observability.rules.custom_threshold/observability/rule/findBackfill", + "alerting:observability.rules.custom_threshold/observability/rule/findGaps", "alerting:observability.rules.custom_threshold/observability/rule/create", "alerting:observability.rules.custom_threshold/observability/rule/delete", "alerting:observability.rules.custom_threshold/observability/rule/update", @@ -11540,6 +11665,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:observability.rules.custom_threshold/observability/rule/runSoon", "alerting:observability.rules.custom_threshold/observability/rule/scheduleBackfill", "alerting:observability.rules.custom_threshold/observability/rule/deleteBackfill", + "alerting:observability.rules.custom_threshold/observability/rule/fillGaps", "alerting:observability.rules.custom_threshold/alerts/rule/get", "alerting:observability.rules.custom_threshold/alerts/rule/getRuleState", "alerting:observability.rules.custom_threshold/alerts/rule/getAlertSummary", @@ -11549,6 +11675,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:observability.rules.custom_threshold/alerts/rule/getRuleExecutionKPI", "alerting:observability.rules.custom_threshold/alerts/rule/getBackfill", "alerting:observability.rules.custom_threshold/alerts/rule/findBackfill", + "alerting:observability.rules.custom_threshold/alerts/rule/findGaps", "alerting:observability.rules.custom_threshold/alerts/rule/create", "alerting:observability.rules.custom_threshold/alerts/rule/delete", "alerting:observability.rules.custom_threshold/alerts/rule/update", @@ -11568,6 +11695,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:observability.rules.custom_threshold/alerts/rule/runSoon", "alerting:observability.rules.custom_threshold/alerts/rule/scheduleBackfill", "alerting:observability.rules.custom_threshold/alerts/rule/deleteBackfill", + "alerting:observability.rules.custom_threshold/alerts/rule/fillGaps", "alerting:.es-query/observability/rule/get", "alerting:.es-query/observability/rule/getRuleState", "alerting:.es-query/observability/rule/getAlertSummary", @@ -11577,6 +11705,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:.es-query/observability/rule/getRuleExecutionKPI", "alerting:.es-query/observability/rule/getBackfill", "alerting:.es-query/observability/rule/findBackfill", + "alerting:.es-query/observability/rule/findGaps", "alerting:.es-query/observability/rule/create", "alerting:.es-query/observability/rule/delete", "alerting:.es-query/observability/rule/update", @@ -11596,6 +11725,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:.es-query/observability/rule/runSoon", "alerting:.es-query/observability/rule/scheduleBackfill", "alerting:.es-query/observability/rule/deleteBackfill", + "alerting:.es-query/observability/rule/fillGaps", "alerting:.es-query/alerts/rule/get", "alerting:.es-query/alerts/rule/getRuleState", "alerting:.es-query/alerts/rule/getAlertSummary", @@ -11605,6 +11735,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:.es-query/alerts/rule/getRuleExecutionKPI", "alerting:.es-query/alerts/rule/getBackfill", "alerting:.es-query/alerts/rule/findBackfill", + "alerting:.es-query/alerts/rule/findGaps", "alerting:.es-query/alerts/rule/create", "alerting:.es-query/alerts/rule/delete", "alerting:.es-query/alerts/rule/update", @@ -11624,6 +11755,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:.es-query/alerts/rule/runSoon", "alerting:.es-query/alerts/rule/scheduleBackfill", "alerting:.es-query/alerts/rule/deleteBackfill", + "alerting:.es-query/alerts/rule/fillGaps", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/get", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/getRuleState", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/getAlertSummary", @@ -11633,6 +11765,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.ml.anomaly_detection_alert/observability/rule/getRuleExecutionKPI", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/getBackfill", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/findBackfill", + "alerting:xpack.ml.anomaly_detection_alert/observability/rule/findGaps", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/create", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/delete", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/update", @@ -11652,6 +11785,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.ml.anomaly_detection_alert/observability/rule/runSoon", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/scheduleBackfill", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/deleteBackfill", + "alerting:xpack.ml.anomaly_detection_alert/observability/rule/fillGaps", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/get", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/getRuleState", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/getAlertSummary", @@ -11661,6 +11795,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/getRuleExecutionKPI", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/getBackfill", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/findBackfill", + "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/findGaps", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/create", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/delete", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/update", @@ -11680,6 +11815,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/runSoon", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/scheduleBackfill", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/deleteBackfill", + "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/fillGaps", "alerting:apm.error_rate/observability/alert/get", "alerting:apm.error_rate/observability/alert/find", "alerting:apm.error_rate/observability/alert/getAuthorizedAlertsIndices", @@ -11913,6 +12049,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.error_rate/observability/rule/getRuleExecutionKPI", "alerting:apm.error_rate/observability/rule/getBackfill", "alerting:apm.error_rate/observability/rule/findBackfill", + "alerting:apm.error_rate/observability/rule/findGaps", "alerting:apm.error_rate/alerts/rule/get", "alerting:apm.error_rate/alerts/rule/getRuleState", "alerting:apm.error_rate/alerts/rule/getAlertSummary", @@ -11922,6 +12059,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.error_rate/alerts/rule/getRuleExecutionKPI", "alerting:apm.error_rate/alerts/rule/getBackfill", "alerting:apm.error_rate/alerts/rule/findBackfill", + "alerting:apm.error_rate/alerts/rule/findGaps", "alerting:apm.transaction_error_rate/observability/rule/get", "alerting:apm.transaction_error_rate/observability/rule/getRuleState", "alerting:apm.transaction_error_rate/observability/rule/getAlertSummary", @@ -11931,6 +12069,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_error_rate/observability/rule/getRuleExecutionKPI", "alerting:apm.transaction_error_rate/observability/rule/getBackfill", "alerting:apm.transaction_error_rate/observability/rule/findBackfill", + "alerting:apm.transaction_error_rate/observability/rule/findGaps", "alerting:apm.transaction_error_rate/alerts/rule/get", "alerting:apm.transaction_error_rate/alerts/rule/getRuleState", "alerting:apm.transaction_error_rate/alerts/rule/getAlertSummary", @@ -11940,6 +12079,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_error_rate/alerts/rule/getRuleExecutionKPI", "alerting:apm.transaction_error_rate/alerts/rule/getBackfill", "alerting:apm.transaction_error_rate/alerts/rule/findBackfill", + "alerting:apm.transaction_error_rate/alerts/rule/findGaps", "alerting:apm.transaction_duration/observability/rule/get", "alerting:apm.transaction_duration/observability/rule/getRuleState", "alerting:apm.transaction_duration/observability/rule/getAlertSummary", @@ -11949,6 +12089,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_duration/observability/rule/getRuleExecutionKPI", "alerting:apm.transaction_duration/observability/rule/getBackfill", "alerting:apm.transaction_duration/observability/rule/findBackfill", + "alerting:apm.transaction_duration/observability/rule/findGaps", "alerting:apm.transaction_duration/alerts/rule/get", "alerting:apm.transaction_duration/alerts/rule/getRuleState", "alerting:apm.transaction_duration/alerts/rule/getAlertSummary", @@ -11958,6 +12099,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_duration/alerts/rule/getRuleExecutionKPI", "alerting:apm.transaction_duration/alerts/rule/getBackfill", "alerting:apm.transaction_duration/alerts/rule/findBackfill", + "alerting:apm.transaction_duration/alerts/rule/findGaps", "alerting:apm.anomaly/observability/rule/get", "alerting:apm.anomaly/observability/rule/getRuleState", "alerting:apm.anomaly/observability/rule/getAlertSummary", @@ -11967,6 +12109,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.anomaly/observability/rule/getRuleExecutionKPI", "alerting:apm.anomaly/observability/rule/getBackfill", "alerting:apm.anomaly/observability/rule/findBackfill", + "alerting:apm.anomaly/observability/rule/findGaps", "alerting:apm.anomaly/alerts/rule/get", "alerting:apm.anomaly/alerts/rule/getRuleState", "alerting:apm.anomaly/alerts/rule/getAlertSummary", @@ -11976,6 +12119,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.anomaly/alerts/rule/getRuleExecutionKPI", "alerting:apm.anomaly/alerts/rule/getBackfill", "alerting:apm.anomaly/alerts/rule/findBackfill", + "alerting:apm.anomaly/alerts/rule/findGaps", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/get", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/getRuleState", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/getAlertSummary", @@ -11985,6 +12129,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/getRuleExecutionKPI", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/getBackfill", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/findBackfill", + "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/findGaps", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/get", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/getRuleState", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/getAlertSummary", @@ -11994,6 +12139,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/getRuleExecutionKPI", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/getBackfill", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/findBackfill", + "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/findGaps", "alerting:xpack.synthetics.alerts.tls/observability/rule/get", "alerting:xpack.synthetics.alerts.tls/observability/rule/getRuleState", "alerting:xpack.synthetics.alerts.tls/observability/rule/getAlertSummary", @@ -12003,6 +12149,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.tls/observability/rule/getRuleExecutionKPI", "alerting:xpack.synthetics.alerts.tls/observability/rule/getBackfill", "alerting:xpack.synthetics.alerts.tls/observability/rule/findBackfill", + "alerting:xpack.synthetics.alerts.tls/observability/rule/findGaps", "alerting:xpack.synthetics.alerts.tls/alerts/rule/get", "alerting:xpack.synthetics.alerts.tls/alerts/rule/getRuleState", "alerting:xpack.synthetics.alerts.tls/alerts/rule/getAlertSummary", @@ -12012,6 +12159,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.tls/alerts/rule/getRuleExecutionKPI", "alerting:xpack.synthetics.alerts.tls/alerts/rule/getBackfill", "alerting:xpack.synthetics.alerts.tls/alerts/rule/findBackfill", + "alerting:xpack.synthetics.alerts.tls/alerts/rule/findGaps", "alerting:metrics.alert.threshold/observability/rule/get", "alerting:metrics.alert.threshold/observability/rule/getRuleState", "alerting:metrics.alert.threshold/observability/rule/getAlertSummary", @@ -12021,6 +12169,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.threshold/observability/rule/getRuleExecutionKPI", "alerting:metrics.alert.threshold/observability/rule/getBackfill", "alerting:metrics.alert.threshold/observability/rule/findBackfill", + "alerting:metrics.alert.threshold/observability/rule/findGaps", "alerting:metrics.alert.threshold/alerts/rule/get", "alerting:metrics.alert.threshold/alerts/rule/getRuleState", "alerting:metrics.alert.threshold/alerts/rule/getAlertSummary", @@ -12030,6 +12179,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.threshold/alerts/rule/getRuleExecutionKPI", "alerting:metrics.alert.threshold/alerts/rule/getBackfill", "alerting:metrics.alert.threshold/alerts/rule/findBackfill", + "alerting:metrics.alert.threshold/alerts/rule/findGaps", "alerting:metrics.alert.inventory.threshold/observability/rule/get", "alerting:metrics.alert.inventory.threshold/observability/rule/getRuleState", "alerting:metrics.alert.inventory.threshold/observability/rule/getAlertSummary", @@ -12039,6 +12189,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.inventory.threshold/observability/rule/getRuleExecutionKPI", "alerting:metrics.alert.inventory.threshold/observability/rule/getBackfill", "alerting:metrics.alert.inventory.threshold/observability/rule/findBackfill", + "alerting:metrics.alert.inventory.threshold/observability/rule/findGaps", "alerting:metrics.alert.inventory.threshold/alerts/rule/get", "alerting:metrics.alert.inventory.threshold/alerts/rule/getRuleState", "alerting:metrics.alert.inventory.threshold/alerts/rule/getAlertSummary", @@ -12048,6 +12199,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.inventory.threshold/alerts/rule/getRuleExecutionKPI", "alerting:metrics.alert.inventory.threshold/alerts/rule/getBackfill", "alerting:metrics.alert.inventory.threshold/alerts/rule/findBackfill", + "alerting:metrics.alert.inventory.threshold/alerts/rule/findGaps", "alerting:xpack.uptime.alerts.tls/observability/rule/get", "alerting:xpack.uptime.alerts.tls/observability/rule/getRuleState", "alerting:xpack.uptime.alerts.tls/observability/rule/getAlertSummary", @@ -12057,6 +12209,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tls/observability/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.tls/observability/rule/getBackfill", "alerting:xpack.uptime.alerts.tls/observability/rule/findBackfill", + "alerting:xpack.uptime.alerts.tls/observability/rule/findGaps", "alerting:xpack.uptime.alerts.tls/alerts/rule/get", "alerting:xpack.uptime.alerts.tls/alerts/rule/getRuleState", "alerting:xpack.uptime.alerts.tls/alerts/rule/getAlertSummary", @@ -12066,6 +12219,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tls/alerts/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.tls/alerts/rule/getBackfill", "alerting:xpack.uptime.alerts.tls/alerts/rule/findBackfill", + "alerting:xpack.uptime.alerts.tls/alerts/rule/findGaps", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/get", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/getRuleState", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/getAlertSummary", @@ -12075,6 +12229,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/getBackfill", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/findBackfill", + "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/findGaps", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/get", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/getRuleState", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/getAlertSummary", @@ -12084,6 +12239,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/getBackfill", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/findBackfill", + "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/findGaps", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/get", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/getRuleState", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/getAlertSummary", @@ -12093,6 +12249,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/getBackfill", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/findBackfill", + "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/findGaps", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/get", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/getRuleState", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/getAlertSummary", @@ -12102,6 +12259,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/getBackfill", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/findBackfill", + "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/findGaps", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/get", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/getRuleState", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/getAlertSummary", @@ -12111,6 +12269,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/getBackfill", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/findBackfill", + "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/findGaps", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/get", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/getRuleState", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/getAlertSummary", @@ -12120,6 +12279,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/getBackfill", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/findBackfill", + "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/findGaps", "alerting:logs.alert.document.count/observability/rule/get", "alerting:logs.alert.document.count/observability/rule/getRuleState", "alerting:logs.alert.document.count/observability/rule/getAlertSummary", @@ -12129,6 +12289,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:logs.alert.document.count/observability/rule/getRuleExecutionKPI", "alerting:logs.alert.document.count/observability/rule/getBackfill", "alerting:logs.alert.document.count/observability/rule/findBackfill", + "alerting:logs.alert.document.count/observability/rule/findGaps", "alerting:logs.alert.document.count/alerts/rule/get", "alerting:logs.alert.document.count/alerts/rule/getRuleState", "alerting:logs.alert.document.count/alerts/rule/getAlertSummary", @@ -12138,6 +12299,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:logs.alert.document.count/alerts/rule/getRuleExecutionKPI", "alerting:logs.alert.document.count/alerts/rule/getBackfill", "alerting:logs.alert.document.count/alerts/rule/findBackfill", + "alerting:logs.alert.document.count/alerts/rule/findGaps", "alerting:slo.rules.burnRate/observability/rule/get", "alerting:slo.rules.burnRate/observability/rule/getRuleState", "alerting:slo.rules.burnRate/observability/rule/getAlertSummary", @@ -12147,6 +12309,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:slo.rules.burnRate/observability/rule/getRuleExecutionKPI", "alerting:slo.rules.burnRate/observability/rule/getBackfill", "alerting:slo.rules.burnRate/observability/rule/findBackfill", + "alerting:slo.rules.burnRate/observability/rule/findGaps", "alerting:slo.rules.burnRate/alerts/rule/get", "alerting:slo.rules.burnRate/alerts/rule/getRuleState", "alerting:slo.rules.burnRate/alerts/rule/getAlertSummary", @@ -12156,6 +12319,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:slo.rules.burnRate/alerts/rule/getRuleExecutionKPI", "alerting:slo.rules.burnRate/alerts/rule/getBackfill", "alerting:slo.rules.burnRate/alerts/rule/findBackfill", + "alerting:slo.rules.burnRate/alerts/rule/findGaps", "alerting:observability.rules.custom_threshold/observability/rule/get", "alerting:observability.rules.custom_threshold/observability/rule/getRuleState", "alerting:observability.rules.custom_threshold/observability/rule/getAlertSummary", @@ -12165,6 +12329,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:observability.rules.custom_threshold/observability/rule/getRuleExecutionKPI", "alerting:observability.rules.custom_threshold/observability/rule/getBackfill", "alerting:observability.rules.custom_threshold/observability/rule/findBackfill", + "alerting:observability.rules.custom_threshold/observability/rule/findGaps", "alerting:observability.rules.custom_threshold/alerts/rule/get", "alerting:observability.rules.custom_threshold/alerts/rule/getRuleState", "alerting:observability.rules.custom_threshold/alerts/rule/getAlertSummary", @@ -12174,6 +12339,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:observability.rules.custom_threshold/alerts/rule/getRuleExecutionKPI", "alerting:observability.rules.custom_threshold/alerts/rule/getBackfill", "alerting:observability.rules.custom_threshold/alerts/rule/findBackfill", + "alerting:observability.rules.custom_threshold/alerts/rule/findGaps", "alerting:.es-query/observability/rule/get", "alerting:.es-query/observability/rule/getRuleState", "alerting:.es-query/observability/rule/getAlertSummary", @@ -12183,6 +12349,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:.es-query/observability/rule/getRuleExecutionKPI", "alerting:.es-query/observability/rule/getBackfill", "alerting:.es-query/observability/rule/findBackfill", + "alerting:.es-query/observability/rule/findGaps", "alerting:.es-query/alerts/rule/get", "alerting:.es-query/alerts/rule/getRuleState", "alerting:.es-query/alerts/rule/getAlertSummary", @@ -12192,6 +12359,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:.es-query/alerts/rule/getRuleExecutionKPI", "alerting:.es-query/alerts/rule/getBackfill", "alerting:.es-query/alerts/rule/findBackfill", + "alerting:.es-query/alerts/rule/findGaps", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/get", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/getRuleState", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/getAlertSummary", @@ -12201,6 +12369,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.ml.anomaly_detection_alert/observability/rule/getRuleExecutionKPI", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/getBackfill", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/findBackfill", + "alerting:xpack.ml.anomaly_detection_alert/observability/rule/findGaps", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/get", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/getRuleState", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/getAlertSummary", @@ -12210,6 +12379,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/getRuleExecutionKPI", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/getBackfill", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/findBackfill", + "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/findGaps", "alerting:apm.error_rate/observability/alert/get", "alerting:apm.error_rate/observability/alert/find", "alerting:apm.error_rate/observability/alert/getAuthorizedAlertsIndices", @@ -12417,6 +12587,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.error_rate/observability/rule/getRuleExecutionKPI", "alerting:apm.error_rate/observability/rule/getBackfill", "alerting:apm.error_rate/observability/rule/findBackfill", + "alerting:apm.error_rate/observability/rule/findGaps", "alerting:apm.error_rate/alerts/rule/get", "alerting:apm.error_rate/alerts/rule/getRuleState", "alerting:apm.error_rate/alerts/rule/getAlertSummary", @@ -12426,6 +12597,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.error_rate/alerts/rule/getRuleExecutionKPI", "alerting:apm.error_rate/alerts/rule/getBackfill", "alerting:apm.error_rate/alerts/rule/findBackfill", + "alerting:apm.error_rate/alerts/rule/findGaps", "alerting:apm.transaction_error_rate/observability/rule/get", "alerting:apm.transaction_error_rate/observability/rule/getRuleState", "alerting:apm.transaction_error_rate/observability/rule/getAlertSummary", @@ -12435,6 +12607,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_error_rate/observability/rule/getRuleExecutionKPI", "alerting:apm.transaction_error_rate/observability/rule/getBackfill", "alerting:apm.transaction_error_rate/observability/rule/findBackfill", + "alerting:apm.transaction_error_rate/observability/rule/findGaps", "alerting:apm.transaction_error_rate/alerts/rule/get", "alerting:apm.transaction_error_rate/alerts/rule/getRuleState", "alerting:apm.transaction_error_rate/alerts/rule/getAlertSummary", @@ -12444,6 +12617,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_error_rate/alerts/rule/getRuleExecutionKPI", "alerting:apm.transaction_error_rate/alerts/rule/getBackfill", "alerting:apm.transaction_error_rate/alerts/rule/findBackfill", + "alerting:apm.transaction_error_rate/alerts/rule/findGaps", "alerting:apm.transaction_duration/observability/rule/get", "alerting:apm.transaction_duration/observability/rule/getRuleState", "alerting:apm.transaction_duration/observability/rule/getAlertSummary", @@ -12453,6 +12627,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_duration/observability/rule/getRuleExecutionKPI", "alerting:apm.transaction_duration/observability/rule/getBackfill", "alerting:apm.transaction_duration/observability/rule/findBackfill", + "alerting:apm.transaction_duration/observability/rule/findGaps", "alerting:apm.transaction_duration/alerts/rule/get", "alerting:apm.transaction_duration/alerts/rule/getRuleState", "alerting:apm.transaction_duration/alerts/rule/getAlertSummary", @@ -12462,6 +12637,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.transaction_duration/alerts/rule/getRuleExecutionKPI", "alerting:apm.transaction_duration/alerts/rule/getBackfill", "alerting:apm.transaction_duration/alerts/rule/findBackfill", + "alerting:apm.transaction_duration/alerts/rule/findGaps", "alerting:apm.anomaly/observability/rule/get", "alerting:apm.anomaly/observability/rule/getRuleState", "alerting:apm.anomaly/observability/rule/getAlertSummary", @@ -12471,6 +12647,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.anomaly/observability/rule/getRuleExecutionKPI", "alerting:apm.anomaly/observability/rule/getBackfill", "alerting:apm.anomaly/observability/rule/findBackfill", + "alerting:apm.anomaly/observability/rule/findGaps", "alerting:apm.anomaly/alerts/rule/get", "alerting:apm.anomaly/alerts/rule/getRuleState", "alerting:apm.anomaly/alerts/rule/getAlertSummary", @@ -12480,6 +12657,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:apm.anomaly/alerts/rule/getRuleExecutionKPI", "alerting:apm.anomaly/alerts/rule/getBackfill", "alerting:apm.anomaly/alerts/rule/findBackfill", + "alerting:apm.anomaly/alerts/rule/findGaps", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/get", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/getRuleState", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/getAlertSummary", @@ -12489,6 +12667,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/getRuleExecutionKPI", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/getBackfill", "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/findBackfill", + "alerting:xpack.synthetics.alerts.monitorStatus/observability/rule/findGaps", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/get", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/getRuleState", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/getAlertSummary", @@ -12498,6 +12677,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/getRuleExecutionKPI", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/getBackfill", "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/findBackfill", + "alerting:xpack.synthetics.alerts.monitorStatus/alerts/rule/findGaps", "alerting:xpack.synthetics.alerts.tls/observability/rule/get", "alerting:xpack.synthetics.alerts.tls/observability/rule/getRuleState", "alerting:xpack.synthetics.alerts.tls/observability/rule/getAlertSummary", @@ -12507,6 +12687,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.tls/observability/rule/getRuleExecutionKPI", "alerting:xpack.synthetics.alerts.tls/observability/rule/getBackfill", "alerting:xpack.synthetics.alerts.tls/observability/rule/findBackfill", + "alerting:xpack.synthetics.alerts.tls/observability/rule/findGaps", "alerting:xpack.synthetics.alerts.tls/alerts/rule/get", "alerting:xpack.synthetics.alerts.tls/alerts/rule/getRuleState", "alerting:xpack.synthetics.alerts.tls/alerts/rule/getAlertSummary", @@ -12516,6 +12697,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.synthetics.alerts.tls/alerts/rule/getRuleExecutionKPI", "alerting:xpack.synthetics.alerts.tls/alerts/rule/getBackfill", "alerting:xpack.synthetics.alerts.tls/alerts/rule/findBackfill", + "alerting:xpack.synthetics.alerts.tls/alerts/rule/findGaps", "alerting:metrics.alert.threshold/observability/rule/get", "alerting:metrics.alert.threshold/observability/rule/getRuleState", "alerting:metrics.alert.threshold/observability/rule/getAlertSummary", @@ -12525,6 +12707,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.threshold/observability/rule/getRuleExecutionKPI", "alerting:metrics.alert.threshold/observability/rule/getBackfill", "alerting:metrics.alert.threshold/observability/rule/findBackfill", + "alerting:metrics.alert.threshold/observability/rule/findGaps", "alerting:metrics.alert.threshold/alerts/rule/get", "alerting:metrics.alert.threshold/alerts/rule/getRuleState", "alerting:metrics.alert.threshold/alerts/rule/getAlertSummary", @@ -12534,6 +12717,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.threshold/alerts/rule/getRuleExecutionKPI", "alerting:metrics.alert.threshold/alerts/rule/getBackfill", "alerting:metrics.alert.threshold/alerts/rule/findBackfill", + "alerting:metrics.alert.threshold/alerts/rule/findGaps", "alerting:metrics.alert.inventory.threshold/observability/rule/get", "alerting:metrics.alert.inventory.threshold/observability/rule/getRuleState", "alerting:metrics.alert.inventory.threshold/observability/rule/getAlertSummary", @@ -12543,6 +12727,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.inventory.threshold/observability/rule/getRuleExecutionKPI", "alerting:metrics.alert.inventory.threshold/observability/rule/getBackfill", "alerting:metrics.alert.inventory.threshold/observability/rule/findBackfill", + "alerting:metrics.alert.inventory.threshold/observability/rule/findGaps", "alerting:metrics.alert.inventory.threshold/alerts/rule/get", "alerting:metrics.alert.inventory.threshold/alerts/rule/getRuleState", "alerting:metrics.alert.inventory.threshold/alerts/rule/getAlertSummary", @@ -12552,6 +12737,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:metrics.alert.inventory.threshold/alerts/rule/getRuleExecutionKPI", "alerting:metrics.alert.inventory.threshold/alerts/rule/getBackfill", "alerting:metrics.alert.inventory.threshold/alerts/rule/findBackfill", + "alerting:metrics.alert.inventory.threshold/alerts/rule/findGaps", "alerting:xpack.uptime.alerts.tls/observability/rule/get", "alerting:xpack.uptime.alerts.tls/observability/rule/getRuleState", "alerting:xpack.uptime.alerts.tls/observability/rule/getAlertSummary", @@ -12561,6 +12747,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tls/observability/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.tls/observability/rule/getBackfill", "alerting:xpack.uptime.alerts.tls/observability/rule/findBackfill", + "alerting:xpack.uptime.alerts.tls/observability/rule/findGaps", "alerting:xpack.uptime.alerts.tls/alerts/rule/get", "alerting:xpack.uptime.alerts.tls/alerts/rule/getRuleState", "alerting:xpack.uptime.alerts.tls/alerts/rule/getAlertSummary", @@ -12570,6 +12757,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tls/alerts/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.tls/alerts/rule/getBackfill", "alerting:xpack.uptime.alerts.tls/alerts/rule/findBackfill", + "alerting:xpack.uptime.alerts.tls/alerts/rule/findGaps", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/get", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/getRuleState", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/getAlertSummary", @@ -12579,6 +12767,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/getBackfill", "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/findBackfill", + "alerting:xpack.uptime.alerts.tlsCertificate/observability/rule/findGaps", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/get", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/getRuleState", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/getAlertSummary", @@ -12588,6 +12777,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/getBackfill", "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/findBackfill", + "alerting:xpack.uptime.alerts.tlsCertificate/alerts/rule/findGaps", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/get", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/getRuleState", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/getAlertSummary", @@ -12597,6 +12787,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/getBackfill", "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/findBackfill", + "alerting:xpack.uptime.alerts.monitorStatus/observability/rule/findGaps", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/get", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/getRuleState", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/getAlertSummary", @@ -12606,6 +12797,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/getBackfill", "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/findBackfill", + "alerting:xpack.uptime.alerts.monitorStatus/alerts/rule/findGaps", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/get", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/getRuleState", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/getAlertSummary", @@ -12615,6 +12807,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/getBackfill", "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/findBackfill", + "alerting:xpack.uptime.alerts.durationAnomaly/observability/rule/findGaps", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/get", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/getRuleState", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/getAlertSummary", @@ -12624,6 +12817,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/getRuleExecutionKPI", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/getBackfill", "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/findBackfill", + "alerting:xpack.uptime.alerts.durationAnomaly/alerts/rule/findGaps", "alerting:logs.alert.document.count/observability/rule/get", "alerting:logs.alert.document.count/observability/rule/getRuleState", "alerting:logs.alert.document.count/observability/rule/getAlertSummary", @@ -12633,6 +12827,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:logs.alert.document.count/observability/rule/getRuleExecutionKPI", "alerting:logs.alert.document.count/observability/rule/getBackfill", "alerting:logs.alert.document.count/observability/rule/findBackfill", + "alerting:logs.alert.document.count/observability/rule/findGaps", "alerting:logs.alert.document.count/alerts/rule/get", "alerting:logs.alert.document.count/alerts/rule/getRuleState", "alerting:logs.alert.document.count/alerts/rule/getAlertSummary", @@ -12642,6 +12837,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:logs.alert.document.count/alerts/rule/getRuleExecutionKPI", "alerting:logs.alert.document.count/alerts/rule/getBackfill", "alerting:logs.alert.document.count/alerts/rule/findBackfill", + "alerting:logs.alert.document.count/alerts/rule/findGaps", "alerting:slo.rules.burnRate/observability/rule/get", "alerting:slo.rules.burnRate/observability/rule/getRuleState", "alerting:slo.rules.burnRate/observability/rule/getAlertSummary", @@ -12651,6 +12847,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:slo.rules.burnRate/observability/rule/getRuleExecutionKPI", "alerting:slo.rules.burnRate/observability/rule/getBackfill", "alerting:slo.rules.burnRate/observability/rule/findBackfill", + "alerting:slo.rules.burnRate/observability/rule/findGaps", "alerting:slo.rules.burnRate/alerts/rule/get", "alerting:slo.rules.burnRate/alerts/rule/getRuleState", "alerting:slo.rules.burnRate/alerts/rule/getAlertSummary", @@ -12660,6 +12857,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:slo.rules.burnRate/alerts/rule/getRuleExecutionKPI", "alerting:slo.rules.burnRate/alerts/rule/getBackfill", "alerting:slo.rules.burnRate/alerts/rule/findBackfill", + "alerting:slo.rules.burnRate/alerts/rule/findGaps", "alerting:observability.rules.custom_threshold/observability/rule/get", "alerting:observability.rules.custom_threshold/observability/rule/getRuleState", "alerting:observability.rules.custom_threshold/observability/rule/getAlertSummary", @@ -12669,6 +12867,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:observability.rules.custom_threshold/observability/rule/getRuleExecutionKPI", "alerting:observability.rules.custom_threshold/observability/rule/getBackfill", "alerting:observability.rules.custom_threshold/observability/rule/findBackfill", + "alerting:observability.rules.custom_threshold/observability/rule/findGaps", "alerting:observability.rules.custom_threshold/alerts/rule/get", "alerting:observability.rules.custom_threshold/alerts/rule/getRuleState", "alerting:observability.rules.custom_threshold/alerts/rule/getAlertSummary", @@ -12678,6 +12877,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:observability.rules.custom_threshold/alerts/rule/getRuleExecutionKPI", "alerting:observability.rules.custom_threshold/alerts/rule/getBackfill", "alerting:observability.rules.custom_threshold/alerts/rule/findBackfill", + "alerting:observability.rules.custom_threshold/alerts/rule/findGaps", "alerting:.es-query/observability/rule/get", "alerting:.es-query/observability/rule/getRuleState", "alerting:.es-query/observability/rule/getAlertSummary", @@ -12687,6 +12887,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:.es-query/observability/rule/getRuleExecutionKPI", "alerting:.es-query/observability/rule/getBackfill", "alerting:.es-query/observability/rule/findBackfill", + "alerting:.es-query/observability/rule/findGaps", "alerting:.es-query/alerts/rule/get", "alerting:.es-query/alerts/rule/getRuleState", "alerting:.es-query/alerts/rule/getAlertSummary", @@ -12696,6 +12897,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:.es-query/alerts/rule/getRuleExecutionKPI", "alerting:.es-query/alerts/rule/getBackfill", "alerting:.es-query/alerts/rule/findBackfill", + "alerting:.es-query/alerts/rule/findGaps", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/get", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/getRuleState", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/getAlertSummary", @@ -12705,6 +12907,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.ml.anomaly_detection_alert/observability/rule/getRuleExecutionKPI", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/getBackfill", "alerting:xpack.ml.anomaly_detection_alert/observability/rule/findBackfill", + "alerting:xpack.ml.anomaly_detection_alert/observability/rule/findGaps", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/get", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/getRuleState", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/getAlertSummary", @@ -12714,6 +12917,7 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/getRuleExecutionKPI", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/getBackfill", "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/findBackfill", + "alerting:xpack.ml.anomaly_detection_alert/alerts/rule/findGaps", "alerting:apm.error_rate/observability/alert/get", "alerting:apm.error_rate/observability/alert/find", "alerting:apm.error_rate/observability/alert/getAuthorizedAlertsIndices", diff --git a/x-pack/test_serverless/api_integration/test_suites/security/platform_security/authorization.ts b/x-pack/test_serverless/api_integration/test_suites/security/platform_security/authorization.ts index c36cd01c09775..6ac3a58ea4b61 100644 --- a/x-pack/test_serverless/api_integration/test_suites/security/platform_security/authorization.ts +++ b/x-pack/test_serverless/api_integration/test_suites/security/platform_security/authorization.ts @@ -47,1010 +47,6 @@ export default function ({ getService }: FtrProviderContext) { ); expectSnapshot(features).toMatchInline(` Object { - "dashboard": Object { - "all": Array [ - "login:", - "api:bulkGetUserProfiles", - "api:dashboardUsageStats", - "api:savedQuery:manage", - "api:savedQuery:read", - "api:store_search_session", - "api:generateReport", - "api:downloadCsv", - "app:dashboards", - "app:kibana", - "ui:catalogue/dashboard", - "ui:management/kibana/search_sessions", - "ui:management/insightsAndAlerting/reporting", - "ui:navLinks/dashboards", - "ui:navLinks/kibana", - "saved_object:dashboard/bulk_get", - "saved_object:dashboard/get", - "saved_object:dashboard/find", - "saved_object:dashboard/open_point_in_time", - "saved_object:dashboard/close_point_in_time", - "saved_object:dashboard/create", - "saved_object:dashboard/bulk_create", - "saved_object:dashboard/update", - "saved_object:dashboard/bulk_update", - "saved_object:dashboard/delete", - "saved_object:dashboard/bulk_delete", - "saved_object:dashboard/share_to_space", - "saved_object:query/bulk_get", - "saved_object:query/get", - "saved_object:query/find", - "saved_object:query/open_point_in_time", - "saved_object:query/close_point_in_time", - "saved_object:query/create", - "saved_object:query/bulk_create", - "saved_object:query/update", - "saved_object:query/bulk_update", - "saved_object:query/delete", - "saved_object:query/bulk_delete", - "saved_object:query/share_to_space", - "saved_object:telemetry/bulk_get", - "saved_object:telemetry/get", - "saved_object:telemetry/find", - "saved_object:telemetry/open_point_in_time", - "saved_object:telemetry/close_point_in_time", - "saved_object:telemetry/create", - "saved_object:telemetry/bulk_create", - "saved_object:telemetry/update", - "saved_object:telemetry/bulk_update", - "saved_object:telemetry/delete", - "saved_object:telemetry/bulk_delete", - "saved_object:telemetry/share_to_space", - "saved_object:url/bulk_get", - "saved_object:url/get", - "saved_object:url/find", - "saved_object:url/open_point_in_time", - "saved_object:url/close_point_in_time", - "saved_object:url/create", - "saved_object:url/bulk_create", - "saved_object:url/update", - "saved_object:url/bulk_update", - "saved_object:url/delete", - "saved_object:url/bulk_delete", - "saved_object:url/share_to_space", - "saved_object:search-session/bulk_get", - "saved_object:search-session/get", - "saved_object:search-session/find", - "saved_object:search-session/open_point_in_time", - "saved_object:search-session/close_point_in_time", - "saved_object:search-session/create", - "saved_object:search-session/bulk_create", - "saved_object:search-session/update", - "saved_object:search-session/bulk_update", - "saved_object:search-session/delete", - "saved_object:search-session/bulk_delete", - "saved_object:search-session/share_to_space", - "saved_object:index-pattern/bulk_get", - "saved_object:index-pattern/get", - "saved_object:index-pattern/find", - "saved_object:index-pattern/open_point_in_time", - "saved_object:index-pattern/close_point_in_time", - "saved_object:search/bulk_get", - "saved_object:search/get", - "saved_object:search/find", - "saved_object:search/open_point_in_time", - "saved_object:search/close_point_in_time", - "saved_object:visualization/bulk_get", - "saved_object:visualization/get", - "saved_object:visualization/find", - "saved_object:visualization/open_point_in_time", - "saved_object:visualization/close_point_in_time", - "saved_object:canvas-workpad/bulk_get", - "saved_object:canvas-workpad/get", - "saved_object:canvas-workpad/find", - "saved_object:canvas-workpad/open_point_in_time", - "saved_object:canvas-workpad/close_point_in_time", - "saved_object:lens/bulk_get", - "saved_object:lens/get", - "saved_object:lens/find", - "saved_object:lens/open_point_in_time", - "saved_object:lens/close_point_in_time", - "saved_object:links/bulk_get", - "saved_object:links/get", - "saved_object:links/find", - "saved_object:links/open_point_in_time", - "saved_object:links/close_point_in_time", - "saved_object:map/bulk_get", - "saved_object:map/get", - "saved_object:map/find", - "saved_object:map/open_point_in_time", - "saved_object:map/close_point_in_time", - "saved_object:tag/bulk_get", - "saved_object:tag/get", - "saved_object:tag/find", - "saved_object:tag/open_point_in_time", - "saved_object:tag/close_point_in_time", - "saved_object:config/bulk_get", - "saved_object:config/get", - "saved_object:config/find", - "saved_object:config/open_point_in_time", - "saved_object:config/close_point_in_time", - "saved_object:config-global/bulk_get", - "saved_object:config-global/get", - "saved_object:config-global/find", - "saved_object:config-global/open_point_in_time", - "saved_object:config-global/close_point_in_time", - "saved_object:cloud/bulk_get", - "saved_object:cloud/get", - "saved_object:cloud/find", - "saved_object:cloud/open_point_in_time", - "saved_object:cloud/close_point_in_time", - "ui:dashboard/createNew", - "ui:dashboard/show", - "ui:dashboard/showWriteControls", - "ui:dashboard/saveQuery", - "ui:dashboard/createShortUrl", - "ui:dashboard/storeSearchSession", - "ui:dashboard/generateScreenshot", - "ui:dashboard/downloadCsv", - "app:maps", - "ui:catalogue/maps", - "ui:navLinks/maps", - "saved_object:map/create", - "saved_object:map/bulk_create", - "saved_object:map/update", - "saved_object:map/bulk_update", - "saved_object:map/delete", - "saved_object:map/bulk_delete", - "saved_object:map/share_to_space", - "ui:maps/save", - "ui:maps/show", - "ui:maps/saveQuery", - "ui:maps_v2/save", - "ui:maps_v2/show", - "ui:savedQueryManagement/showQueries", - "ui:savedQueryManagement/saveQuery", - "app:visualize", - "app:lens", - "ui:catalogue/visualize", - "ui:navLinks/visualize", - "ui:navLinks/lens", - "saved_object:visualization/create", - "saved_object:visualization/bulk_create", - "saved_object:visualization/update", - "saved_object:visualization/bulk_update", - "saved_object:visualization/delete", - "saved_object:visualization/bulk_delete", - "saved_object:visualization/share_to_space", - "saved_object:lens/create", - "saved_object:lens/bulk_create", - "saved_object:lens/update", - "saved_object:lens/bulk_update", - "saved_object:lens/delete", - "saved_object:lens/bulk_delete", - "saved_object:lens/share_to_space", - "ui:visualize/show", - "ui:visualize/delete", - "ui:visualize/save", - "ui:visualize/saveQuery", - "ui:visualize/createShortUrl", - "ui:visualize/generateScreenshot", - "ui:visualize_v2/show", - "ui:visualize_v2/delete", - "ui:visualize_v2/save", - "ui:visualize_v2/createShortUrl", - "ui:visualize_v2/generateScreenshot", - "ui:dashboard_v2/createNew", - "ui:dashboard_v2/show", - "ui:dashboard_v2/showWriteControls", - "ui:dashboard_v2/createShortUrl", - "ui:dashboard_v2/storeSearchSession", - "ui:dashboard_v2/generateScreenshot", - "ui:dashboard_v2/downloadCsv", - ], - "download_csv_report": Array [ - "login:", - "api:downloadCsv", - "ui:management/insightsAndAlerting/reporting", - "ui:dashboard/downloadCsv", - "ui:dashboard_v2/downloadCsv", - ], - "generate_report": Array [ - "login:", - "api:generateReport", - "ui:management/insightsAndAlerting/reporting", - "ui:dashboard/generateScreenshot", - "ui:dashboard_v2/generateScreenshot", - ], - "minimal_all": Array [ - "login:", - "api:bulkGetUserProfiles", - "api:dashboardUsageStats", - "api:savedQuery:manage", - "api:savedQuery:read", - "app:dashboards", - "app:kibana", - "ui:catalogue/dashboard", - "ui:navLinks/dashboards", - "ui:navLinks/kibana", - "saved_object:dashboard/bulk_get", - "saved_object:dashboard/get", - "saved_object:dashboard/find", - "saved_object:dashboard/open_point_in_time", - "saved_object:dashboard/close_point_in_time", - "saved_object:dashboard/create", - "saved_object:dashboard/bulk_create", - "saved_object:dashboard/update", - "saved_object:dashboard/bulk_update", - "saved_object:dashboard/delete", - "saved_object:dashboard/bulk_delete", - "saved_object:dashboard/share_to_space", - "saved_object:query/bulk_get", - "saved_object:query/get", - "saved_object:query/find", - "saved_object:query/open_point_in_time", - "saved_object:query/close_point_in_time", - "saved_object:query/create", - "saved_object:query/bulk_create", - "saved_object:query/update", - "saved_object:query/bulk_update", - "saved_object:query/delete", - "saved_object:query/bulk_delete", - "saved_object:query/share_to_space", - "saved_object:telemetry/bulk_get", - "saved_object:telemetry/get", - "saved_object:telemetry/find", - "saved_object:telemetry/open_point_in_time", - "saved_object:telemetry/close_point_in_time", - "saved_object:telemetry/create", - "saved_object:telemetry/bulk_create", - "saved_object:telemetry/update", - "saved_object:telemetry/bulk_update", - "saved_object:telemetry/delete", - "saved_object:telemetry/bulk_delete", - "saved_object:telemetry/share_to_space", - "saved_object:index-pattern/bulk_get", - "saved_object:index-pattern/get", - "saved_object:index-pattern/find", - "saved_object:index-pattern/open_point_in_time", - "saved_object:index-pattern/close_point_in_time", - "saved_object:search/bulk_get", - "saved_object:search/get", - "saved_object:search/find", - "saved_object:search/open_point_in_time", - "saved_object:search/close_point_in_time", - "saved_object:visualization/bulk_get", - "saved_object:visualization/get", - "saved_object:visualization/find", - "saved_object:visualization/open_point_in_time", - "saved_object:visualization/close_point_in_time", - "saved_object:canvas-workpad/bulk_get", - "saved_object:canvas-workpad/get", - "saved_object:canvas-workpad/find", - "saved_object:canvas-workpad/open_point_in_time", - "saved_object:canvas-workpad/close_point_in_time", - "saved_object:lens/bulk_get", - "saved_object:lens/get", - "saved_object:lens/find", - "saved_object:lens/open_point_in_time", - "saved_object:lens/close_point_in_time", - "saved_object:links/bulk_get", - "saved_object:links/get", - "saved_object:links/find", - "saved_object:links/open_point_in_time", - "saved_object:links/close_point_in_time", - "saved_object:map/bulk_get", - "saved_object:map/get", - "saved_object:map/find", - "saved_object:map/open_point_in_time", - "saved_object:map/close_point_in_time", - "saved_object:tag/bulk_get", - "saved_object:tag/get", - "saved_object:tag/find", - "saved_object:tag/open_point_in_time", - "saved_object:tag/close_point_in_time", - "saved_object:config/bulk_get", - "saved_object:config/get", - "saved_object:config/find", - "saved_object:config/open_point_in_time", - "saved_object:config/close_point_in_time", - "saved_object:config-global/bulk_get", - "saved_object:config-global/get", - "saved_object:config-global/find", - "saved_object:config-global/open_point_in_time", - "saved_object:config-global/close_point_in_time", - "saved_object:url/bulk_get", - "saved_object:url/get", - "saved_object:url/find", - "saved_object:url/open_point_in_time", - "saved_object:url/close_point_in_time", - "saved_object:cloud/bulk_get", - "saved_object:cloud/get", - "saved_object:cloud/find", - "saved_object:cloud/open_point_in_time", - "saved_object:cloud/close_point_in_time", - "ui:dashboard/createNew", - "ui:dashboard/show", - "ui:dashboard/showWriteControls", - "ui:dashboard/saveQuery", - "app:maps", - "ui:catalogue/maps", - "ui:navLinks/maps", - "saved_object:map/create", - "saved_object:map/bulk_create", - "saved_object:map/update", - "saved_object:map/bulk_update", - "saved_object:map/delete", - "saved_object:map/bulk_delete", - "saved_object:map/share_to_space", - "ui:maps/save", - "ui:maps/show", - "ui:maps/saveQuery", - "ui:maps_v2/save", - "ui:maps_v2/show", - "ui:savedQueryManagement/showQueries", - "ui:savedQueryManagement/saveQuery", - "api:generateReport", - "app:visualize", - "app:lens", - "ui:catalogue/visualize", - "ui:management/insightsAndAlerting/reporting", - "ui:navLinks/visualize", - "ui:navLinks/lens", - "saved_object:visualization/create", - "saved_object:visualization/bulk_create", - "saved_object:visualization/update", - "saved_object:visualization/bulk_update", - "saved_object:visualization/delete", - "saved_object:visualization/bulk_delete", - "saved_object:visualization/share_to_space", - "saved_object:lens/create", - "saved_object:lens/bulk_create", - "saved_object:lens/update", - "saved_object:lens/bulk_update", - "saved_object:lens/delete", - "saved_object:lens/bulk_delete", - "saved_object:lens/share_to_space", - "saved_object:url/create", - "saved_object:url/bulk_create", - "saved_object:url/update", - "saved_object:url/bulk_update", - "saved_object:url/delete", - "saved_object:url/bulk_delete", - "saved_object:url/share_to_space", - "ui:visualize/show", - "ui:visualize/delete", - "ui:visualize/save", - "ui:visualize/saveQuery", - "ui:visualize/createShortUrl", - "ui:visualize/generateScreenshot", - "ui:visualize_v2/show", - "ui:visualize_v2/delete", - "ui:visualize_v2/save", - "ui:visualize_v2/createShortUrl", - "ui:visualize_v2/generateScreenshot", - "ui:dashboard_v2/createNew", - "ui:dashboard_v2/show", - "ui:dashboard_v2/showWriteControls", - ], - "minimal_read": Array [ - "login:", - "api:bulkGetUserProfiles", - "api:dashboardUsageStats", - "api:savedQuery:read", - "app:dashboards", - "app:kibana", - "ui:catalogue/dashboard", - "ui:navLinks/dashboards", - "ui:navLinks/kibana", - "saved_object:index-pattern/bulk_get", - "saved_object:index-pattern/get", - "saved_object:index-pattern/find", - "saved_object:index-pattern/open_point_in_time", - "saved_object:index-pattern/close_point_in_time", - "saved_object:search/bulk_get", - "saved_object:search/get", - "saved_object:search/find", - "saved_object:search/open_point_in_time", - "saved_object:search/close_point_in_time", - "saved_object:visualization/bulk_get", - "saved_object:visualization/get", - "saved_object:visualization/find", - "saved_object:visualization/open_point_in_time", - "saved_object:visualization/close_point_in_time", - "saved_object:canvas-workpad/bulk_get", - "saved_object:canvas-workpad/get", - "saved_object:canvas-workpad/find", - "saved_object:canvas-workpad/open_point_in_time", - "saved_object:canvas-workpad/close_point_in_time", - "saved_object:lens/bulk_get", - "saved_object:lens/get", - "saved_object:lens/find", - "saved_object:lens/open_point_in_time", - "saved_object:lens/close_point_in_time", - "saved_object:links/bulk_get", - "saved_object:links/get", - "saved_object:links/find", - "saved_object:links/open_point_in_time", - "saved_object:links/close_point_in_time", - "saved_object:map/bulk_get", - "saved_object:map/get", - "saved_object:map/find", - "saved_object:map/open_point_in_time", - "saved_object:map/close_point_in_time", - "saved_object:dashboard/bulk_get", - "saved_object:dashboard/get", - "saved_object:dashboard/find", - "saved_object:dashboard/open_point_in_time", - "saved_object:dashboard/close_point_in_time", - "saved_object:tag/bulk_get", - "saved_object:tag/get", - "saved_object:tag/find", - "saved_object:tag/open_point_in_time", - "saved_object:tag/close_point_in_time", - "saved_object:query/bulk_get", - "saved_object:query/get", - "saved_object:query/find", - "saved_object:query/open_point_in_time", - "saved_object:query/close_point_in_time", - "saved_object:config/bulk_get", - "saved_object:config/get", - "saved_object:config/find", - "saved_object:config/open_point_in_time", - "saved_object:config/close_point_in_time", - "saved_object:config-global/bulk_get", - "saved_object:config-global/get", - "saved_object:config-global/find", - "saved_object:config-global/open_point_in_time", - "saved_object:config-global/close_point_in_time", - "saved_object:telemetry/bulk_get", - "saved_object:telemetry/get", - "saved_object:telemetry/find", - "saved_object:telemetry/open_point_in_time", - "saved_object:telemetry/close_point_in_time", - "saved_object:url/bulk_get", - "saved_object:url/get", - "saved_object:url/find", - "saved_object:url/open_point_in_time", - "saved_object:url/close_point_in_time", - "saved_object:cloud/bulk_get", - "saved_object:cloud/get", - "saved_object:cloud/find", - "saved_object:cloud/open_point_in_time", - "saved_object:cloud/close_point_in_time", - "ui:dashboard/show", - "app:maps", - "ui:catalogue/maps", - "ui:navLinks/maps", - "ui:maps/show", - "ui:maps_v2/show", - "ui:savedQueryManagement/showQueries", - "app:visualize", - "app:lens", - "ui:catalogue/visualize", - "ui:navLinks/visualize", - "ui:navLinks/lens", - "saved_object:url/create", - "saved_object:url/bulk_create", - "saved_object:url/update", - "saved_object:url/bulk_update", - "saved_object:url/delete", - "saved_object:url/bulk_delete", - "saved_object:url/share_to_space", - "ui:visualize/show", - "ui:visualize/createShortUrl", - "ui:visualize_v2/show", - "ui:visualize_v2/createShortUrl", - "ui:dashboard_v2/show", - ], - "read": Array [ - "login:", - "api:bulkGetUserProfiles", - "api:dashboardUsageStats", - "api:savedQuery:read", - "app:dashboards", - "app:kibana", - "ui:catalogue/dashboard", - "ui:navLinks/dashboards", - "ui:navLinks/kibana", - "saved_object:url/bulk_get", - "saved_object:url/get", - "saved_object:url/find", - "saved_object:url/open_point_in_time", - "saved_object:url/close_point_in_time", - "saved_object:url/create", - "saved_object:url/bulk_create", - "saved_object:url/update", - "saved_object:url/bulk_update", - "saved_object:url/delete", - "saved_object:url/bulk_delete", - "saved_object:url/share_to_space", - "saved_object:index-pattern/bulk_get", - "saved_object:index-pattern/get", - "saved_object:index-pattern/find", - "saved_object:index-pattern/open_point_in_time", - "saved_object:index-pattern/close_point_in_time", - "saved_object:search/bulk_get", - "saved_object:search/get", - "saved_object:search/find", - "saved_object:search/open_point_in_time", - "saved_object:search/close_point_in_time", - "saved_object:visualization/bulk_get", - "saved_object:visualization/get", - "saved_object:visualization/find", - "saved_object:visualization/open_point_in_time", - "saved_object:visualization/close_point_in_time", - "saved_object:canvas-workpad/bulk_get", - "saved_object:canvas-workpad/get", - "saved_object:canvas-workpad/find", - "saved_object:canvas-workpad/open_point_in_time", - "saved_object:canvas-workpad/close_point_in_time", - "saved_object:lens/bulk_get", - "saved_object:lens/get", - "saved_object:lens/find", - "saved_object:lens/open_point_in_time", - "saved_object:lens/close_point_in_time", - "saved_object:links/bulk_get", - "saved_object:links/get", - "saved_object:links/find", - "saved_object:links/open_point_in_time", - "saved_object:links/close_point_in_time", - "saved_object:map/bulk_get", - "saved_object:map/get", - "saved_object:map/find", - "saved_object:map/open_point_in_time", - "saved_object:map/close_point_in_time", - "saved_object:dashboard/bulk_get", - "saved_object:dashboard/get", - "saved_object:dashboard/find", - "saved_object:dashboard/open_point_in_time", - "saved_object:dashboard/close_point_in_time", - "saved_object:tag/bulk_get", - "saved_object:tag/get", - "saved_object:tag/find", - "saved_object:tag/open_point_in_time", - "saved_object:tag/close_point_in_time", - "saved_object:query/bulk_get", - "saved_object:query/get", - "saved_object:query/find", - "saved_object:query/open_point_in_time", - "saved_object:query/close_point_in_time", - "saved_object:config/bulk_get", - "saved_object:config/get", - "saved_object:config/find", - "saved_object:config/open_point_in_time", - "saved_object:config/close_point_in_time", - "saved_object:config-global/bulk_get", - "saved_object:config-global/get", - "saved_object:config-global/find", - "saved_object:config-global/open_point_in_time", - "saved_object:config-global/close_point_in_time", - "saved_object:telemetry/bulk_get", - "saved_object:telemetry/get", - "saved_object:telemetry/find", - "saved_object:telemetry/open_point_in_time", - "saved_object:telemetry/close_point_in_time", - "saved_object:cloud/bulk_get", - "saved_object:cloud/get", - "saved_object:cloud/find", - "saved_object:cloud/open_point_in_time", - "saved_object:cloud/close_point_in_time", - "ui:dashboard/show", - "ui:dashboard/createShortUrl", - "app:maps", - "ui:catalogue/maps", - "ui:navLinks/maps", - "ui:maps/show", - "ui:maps_v2/show", - "ui:savedQueryManagement/showQueries", - "app:visualize", - "app:lens", - "ui:catalogue/visualize", - "ui:navLinks/visualize", - "ui:navLinks/lens", - "ui:visualize/show", - "ui:visualize/createShortUrl", - "ui:visualize_v2/show", - "ui:visualize_v2/createShortUrl", - "ui:dashboard_v2/show", - "ui:dashboard_v2/createShortUrl", - ], - "store_search_session": Array [ - "login:", - "api:store_search_session", - "ui:management/kibana/search_sessions", - "saved_object:search-session/bulk_get", - "saved_object:search-session/get", - "saved_object:search-session/find", - "saved_object:search-session/open_point_in_time", - "saved_object:search-session/close_point_in_time", - "saved_object:search-session/create", - "saved_object:search-session/bulk_create", - "saved_object:search-session/update", - "saved_object:search-session/bulk_update", - "saved_object:search-session/delete", - "saved_object:search-session/bulk_delete", - "saved_object:search-session/share_to_space", - "ui:dashboard/storeSearchSession", - "ui:dashboard_v2/storeSearchSession", - ], - "url_create": Array [ - "login:", - "saved_object:url/bulk_get", - "saved_object:url/get", - "saved_object:url/find", - "saved_object:url/open_point_in_time", - "saved_object:url/close_point_in_time", - "saved_object:url/create", - "saved_object:url/bulk_create", - "saved_object:url/update", - "saved_object:url/bulk_update", - "saved_object:url/delete", - "saved_object:url/bulk_delete", - "saved_object:url/share_to_space", - "ui:dashboard/createShortUrl", - "ui:dashboard_v2/createShortUrl", - ], - }, - "discover": Object { - "all": Array [ - "login:", - "api:fileUpload:analyzeFile", - "api:savedQuery:manage", - "api:savedQuery:read", - "api:store_search_session", - "api:generateReport", - "app:discover", - "app:kibana", - "ui:catalogue/discover", - "ui:management/kibana/search_sessions", - "ui:management/insightsAndAlerting/reporting", - "ui:navLinks/discover", - "ui:navLinks/kibana", - "saved_object:search/bulk_get", - "saved_object:search/get", - "saved_object:search/find", - "saved_object:search/open_point_in_time", - "saved_object:search/close_point_in_time", - "saved_object:search/create", - "saved_object:search/bulk_create", - "saved_object:search/update", - "saved_object:search/bulk_update", - "saved_object:search/delete", - "saved_object:search/bulk_delete", - "saved_object:search/share_to_space", - "saved_object:query/bulk_get", - "saved_object:query/get", - "saved_object:query/find", - "saved_object:query/open_point_in_time", - "saved_object:query/close_point_in_time", - "saved_object:query/create", - "saved_object:query/bulk_create", - "saved_object:query/update", - "saved_object:query/bulk_update", - "saved_object:query/delete", - "saved_object:query/bulk_delete", - "saved_object:query/share_to_space", - "saved_object:telemetry/bulk_get", - "saved_object:telemetry/get", - "saved_object:telemetry/find", - "saved_object:telemetry/open_point_in_time", - "saved_object:telemetry/close_point_in_time", - "saved_object:telemetry/create", - "saved_object:telemetry/bulk_create", - "saved_object:telemetry/update", - "saved_object:telemetry/bulk_update", - "saved_object:telemetry/delete", - "saved_object:telemetry/bulk_delete", - "saved_object:telemetry/share_to_space", - "saved_object:url/bulk_get", - "saved_object:url/get", - "saved_object:url/find", - "saved_object:url/open_point_in_time", - "saved_object:url/close_point_in_time", - "saved_object:url/create", - "saved_object:url/bulk_create", - "saved_object:url/update", - "saved_object:url/bulk_update", - "saved_object:url/delete", - "saved_object:url/bulk_delete", - "saved_object:url/share_to_space", - "saved_object:search-session/bulk_get", - "saved_object:search-session/get", - "saved_object:search-session/find", - "saved_object:search-session/open_point_in_time", - "saved_object:search-session/close_point_in_time", - "saved_object:search-session/create", - "saved_object:search-session/bulk_create", - "saved_object:search-session/update", - "saved_object:search-session/bulk_update", - "saved_object:search-session/delete", - "saved_object:search-session/bulk_delete", - "saved_object:search-session/share_to_space", - "saved_object:index-pattern/bulk_get", - "saved_object:index-pattern/get", - "saved_object:index-pattern/find", - "saved_object:index-pattern/open_point_in_time", - "saved_object:index-pattern/close_point_in_time", - "saved_object:config/bulk_get", - "saved_object:config/get", - "saved_object:config/find", - "saved_object:config/open_point_in_time", - "saved_object:config/close_point_in_time", - "saved_object:config-global/bulk_get", - "saved_object:config-global/get", - "saved_object:config-global/find", - "saved_object:config-global/open_point_in_time", - "saved_object:config-global/close_point_in_time", - "saved_object:tag/bulk_get", - "saved_object:tag/get", - "saved_object:tag/find", - "saved_object:tag/open_point_in_time", - "saved_object:tag/close_point_in_time", - "saved_object:cloud/bulk_get", - "saved_object:cloud/get", - "saved_object:cloud/find", - "saved_object:cloud/open_point_in_time", - "saved_object:cloud/close_point_in_time", - "ui:discover/show", - "ui:discover/save", - "ui:discover/saveQuery", - "ui:discover/createShortUrl", - "ui:discover/storeSearchSession", - "ui:discover/generateCsv", - "ui:discover_v2/show", - "ui:discover_v2/save", - "ui:discover_v2/createShortUrl", - "ui:discover_v2/storeSearchSession", - "ui:discover_v2/generateCsv", - "ui:savedQueryManagement/showQueries", - "ui:savedQueryManagement/saveQuery", - ], - "generate_report": Array [ - "login:", - "api:generateReport", - "ui:management/insightsAndAlerting/reporting", - "ui:discover/generateCsv", - "ui:discover_v2/generateCsv", - ], - "minimal_all": Array [ - "login:", - "api:fileUpload:analyzeFile", - "api:savedQuery:manage", - "api:savedQuery:read", - "app:discover", - "app:kibana", - "ui:catalogue/discover", - "ui:navLinks/discover", - "ui:navLinks/kibana", - "saved_object:search/bulk_get", - "saved_object:search/get", - "saved_object:search/find", - "saved_object:search/open_point_in_time", - "saved_object:search/close_point_in_time", - "saved_object:search/create", - "saved_object:search/bulk_create", - "saved_object:search/update", - "saved_object:search/bulk_update", - "saved_object:search/delete", - "saved_object:search/bulk_delete", - "saved_object:search/share_to_space", - "saved_object:query/bulk_get", - "saved_object:query/get", - "saved_object:query/find", - "saved_object:query/open_point_in_time", - "saved_object:query/close_point_in_time", - "saved_object:query/create", - "saved_object:query/bulk_create", - "saved_object:query/update", - "saved_object:query/bulk_update", - "saved_object:query/delete", - "saved_object:query/bulk_delete", - "saved_object:query/share_to_space", - "saved_object:telemetry/bulk_get", - "saved_object:telemetry/get", - "saved_object:telemetry/find", - "saved_object:telemetry/open_point_in_time", - "saved_object:telemetry/close_point_in_time", - "saved_object:telemetry/create", - "saved_object:telemetry/bulk_create", - "saved_object:telemetry/update", - "saved_object:telemetry/bulk_update", - "saved_object:telemetry/delete", - "saved_object:telemetry/bulk_delete", - "saved_object:telemetry/share_to_space", - "saved_object:index-pattern/bulk_get", - "saved_object:index-pattern/get", - "saved_object:index-pattern/find", - "saved_object:index-pattern/open_point_in_time", - "saved_object:index-pattern/close_point_in_time", - "saved_object:config/bulk_get", - "saved_object:config/get", - "saved_object:config/find", - "saved_object:config/open_point_in_time", - "saved_object:config/close_point_in_time", - "saved_object:config-global/bulk_get", - "saved_object:config-global/get", - "saved_object:config-global/find", - "saved_object:config-global/open_point_in_time", - "saved_object:config-global/close_point_in_time", - "saved_object:url/bulk_get", - "saved_object:url/get", - "saved_object:url/find", - "saved_object:url/open_point_in_time", - "saved_object:url/close_point_in_time", - "saved_object:tag/bulk_get", - "saved_object:tag/get", - "saved_object:tag/find", - "saved_object:tag/open_point_in_time", - "saved_object:tag/close_point_in_time", - "saved_object:cloud/bulk_get", - "saved_object:cloud/get", - "saved_object:cloud/find", - "saved_object:cloud/open_point_in_time", - "saved_object:cloud/close_point_in_time", - "ui:discover/show", - "ui:discover/save", - "ui:discover/saveQuery", - "ui:discover_v2/show", - "ui:discover_v2/save", - "ui:savedQueryManagement/showQueries", - "ui:savedQueryManagement/saveQuery", - ], - "minimal_read": Array [ - "login:", - "api:savedQuery:read", - "app:discover", - "app:kibana", - "ui:catalogue/discover", - "ui:navLinks/discover", - "ui:navLinks/kibana", - "saved_object:index-pattern/bulk_get", - "saved_object:index-pattern/get", - "saved_object:index-pattern/find", - "saved_object:index-pattern/open_point_in_time", - "saved_object:index-pattern/close_point_in_time", - "saved_object:search/bulk_get", - "saved_object:search/get", - "saved_object:search/find", - "saved_object:search/open_point_in_time", - "saved_object:search/close_point_in_time", - "saved_object:query/bulk_get", - "saved_object:query/get", - "saved_object:query/find", - "saved_object:query/open_point_in_time", - "saved_object:query/close_point_in_time", - "saved_object:config/bulk_get", - "saved_object:config/get", - "saved_object:config/find", - "saved_object:config/open_point_in_time", - "saved_object:config/close_point_in_time", - "saved_object:config-global/bulk_get", - "saved_object:config-global/get", - "saved_object:config-global/find", - "saved_object:config-global/open_point_in_time", - "saved_object:config-global/close_point_in_time", - "saved_object:telemetry/bulk_get", - "saved_object:telemetry/get", - "saved_object:telemetry/find", - "saved_object:telemetry/open_point_in_time", - "saved_object:telemetry/close_point_in_time", - "saved_object:url/bulk_get", - "saved_object:url/get", - "saved_object:url/find", - "saved_object:url/open_point_in_time", - "saved_object:url/close_point_in_time", - "saved_object:tag/bulk_get", - "saved_object:tag/get", - "saved_object:tag/find", - "saved_object:tag/open_point_in_time", - "saved_object:tag/close_point_in_time", - "saved_object:cloud/bulk_get", - "saved_object:cloud/get", - "saved_object:cloud/find", - "saved_object:cloud/open_point_in_time", - "saved_object:cloud/close_point_in_time", - "ui:discover/show", - "ui:discover_v2/show", - "ui:savedQueryManagement/showQueries", - ], - "read": Array [ - "login:", - "api:savedQuery:read", - "app:discover", - "app:kibana", - "ui:catalogue/discover", - "ui:navLinks/discover", - "ui:navLinks/kibana", - "saved_object:url/bulk_get", - "saved_object:url/get", - "saved_object:url/find", - "saved_object:url/open_point_in_time", - "saved_object:url/close_point_in_time", - "saved_object:url/create", - "saved_object:url/bulk_create", - "saved_object:url/update", - "saved_object:url/bulk_update", - "saved_object:url/delete", - "saved_object:url/bulk_delete", - "saved_object:url/share_to_space", - "saved_object:index-pattern/bulk_get", - "saved_object:index-pattern/get", - "saved_object:index-pattern/find", - "saved_object:index-pattern/open_point_in_time", - "saved_object:index-pattern/close_point_in_time", - "saved_object:search/bulk_get", - "saved_object:search/get", - "saved_object:search/find", - "saved_object:search/open_point_in_time", - "saved_object:search/close_point_in_time", - "saved_object:query/bulk_get", - "saved_object:query/get", - "saved_object:query/find", - "saved_object:query/open_point_in_time", - "saved_object:query/close_point_in_time", - "saved_object:config/bulk_get", - "saved_object:config/get", - "saved_object:config/find", - "saved_object:config/open_point_in_time", - "saved_object:config/close_point_in_time", - "saved_object:config-global/bulk_get", - "saved_object:config-global/get", - "saved_object:config-global/find", - "saved_object:config-global/open_point_in_time", - "saved_object:config-global/close_point_in_time", - "saved_object:telemetry/bulk_get", - "saved_object:telemetry/get", - "saved_object:telemetry/find", - "saved_object:telemetry/open_point_in_time", - "saved_object:telemetry/close_point_in_time", - "saved_object:tag/bulk_get", - "saved_object:tag/get", - "saved_object:tag/find", - "saved_object:tag/open_point_in_time", - "saved_object:tag/close_point_in_time", - "saved_object:cloud/bulk_get", - "saved_object:cloud/get", - "saved_object:cloud/find", - "saved_object:cloud/open_point_in_time", - "saved_object:cloud/close_point_in_time", - "ui:discover/show", - "ui:discover/createShortUrl", - "ui:discover_v2/show", - "ui:discover_v2/createShortUrl", - "ui:savedQueryManagement/showQueries", - ], - "store_search_session": Array [ - "login:", - "api:store_search_session", - "ui:management/kibana/search_sessions", - "saved_object:search-session/bulk_get", - "saved_object:search-session/get", - "saved_object:search-session/find", - "saved_object:search-session/open_point_in_time", - "saved_object:search-session/close_point_in_time", - "saved_object:search-session/create", - "saved_object:search-session/bulk_create", - "saved_object:search-session/update", - "saved_object:search-session/bulk_update", - "saved_object:search-session/delete", - "saved_object:search-session/bulk_delete", - "saved_object:search-session/share_to_space", - "ui:discover/storeSearchSession", - "ui:discover_v2/storeSearchSession", - ], - "url_create": Array [ - "login:", - "saved_object:url/bulk_get", - "saved_object:url/get", - "saved_object:url/find", - "saved_object:url/open_point_in_time", - "saved_object:url/close_point_in_time", - "saved_object:url/create", - "saved_object:url/bulk_create", - "saved_object:url/update", - "saved_object:url/bulk_update", - "saved_object:url/delete", - "saved_object:url/bulk_delete", - "saved_object:url/share_to_space", - "ui:discover/createShortUrl", - "ui:discover_v2/createShortUrl", - ], - }, "reporting": Object { "all": Array [ "login:",