diff --git a/kibana-security-health-check/src/dashboard.ts b/kibana-security-health-check/src/dashboard.ts index 908f55f..88164e6 100644 --- a/kibana-security-health-check/src/dashboard.ts +++ b/kibana-security-health-check/src/dashboard.ts @@ -26,6 +26,7 @@ export async function run(previousContent: string | undefined, params: Params): headers: { Authorization: `Basic ${btoa(`${params.credentials.username}:${params.credentials.password}`)}`, }, + body: JSON.stringify({ refresh: false, calculateDiff: false }), }) ).json()) as WebPageContentRevision[];