From fb68278b1b48f81a240ae1fa8f7fa03e4a2e7a25 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Thu, 21 Mar 2024 11:25:40 -0500 Subject: [PATCH] Set host expiry window to 0 to see what happens (#17762) ^ what it says --- it-and-security/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/it-and-security/default.yml b/it-and-security/default.yml index 5a5a170fef..4349a6338a 100644 --- a/it-and-security/default.yml +++ b/it-and-security/default.yml @@ -29,8 +29,8 @@ org_settings: fleet_desktop: transparency_url: https://fleetdm.com/transparency host_expiry_settings: - host_expiry_enabled: false - host_expiry_window: 7 + host_expiry_enabled: true + host_expiry_window: 0 integrations: jira: [ ] zendesk: [ ]