From 5f6cd1f7f8b165052b8ac433341224a544660409 Mon Sep 17 00:00:00 2001 From: dnplkndll Date: Thu, 26 Feb 2026 01:08:09 +0000 Subject: [PATCH] Update MIN_OSQUERY_VERSION_OPTIONS --- frontend/utilities/constants.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/utilities/constants.tsx b/frontend/utilities/constants.tsx index 529676256f40..1d553021bfdc 100644 --- a/frontend/utilities/constants.tsx +++ b/frontend/utilities/constants.tsx @@ -90,6 +90,7 @@ export const MAX_OSQUERY_SCHEDULED_QUERY_INTERVAL = 604800; export const MIN_OSQUERY_VERSION_OPTIONS = [ { label: "All", value: "" }, + { label: "5.22.1 +", value: "5.22.1" }, { label: "5.21.0 +", value: "5.21.0" }, { label: "5.20.0 +", value: "5.20.0" }, { label: "5.19.0 +", value: "5.19.0" },