From 8d2b730bc5d9cf048a5f4a65e031072bc16796c5 Mon Sep 17 00:00:00 2001 From: Terrance DeJesus <99630311+terrancedejesus@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:36:06 -0400 Subject: [PATCH] adjusting minimum stack version for version control (#3154) --- .../windows/persistence_sysmon_wmi_event_subscription.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/windows/persistence_sysmon_wmi_event_subscription.toml b/rules/windows/persistence_sysmon_wmi_event_subscription.toml index 161a2ff8a..5605c425a 100644 --- a/rules/windows/persistence_sysmon_wmi_event_subscription.toml +++ b/rules/windows/persistence_sysmon_wmi_event_subscription.toml @@ -2,9 +2,9 @@ creation_date = "2023/02/02" integration = ["windows"] maturity = "production" -min_stack_comments = "New fields added: required_fields, related_integrations, setup" -min_stack_version = "8.3.0" -updated_date = "2023/08/08" +min_stack_comments = "Related integrations field type changes in 8.8.0" +min_stack_version = "8.8.0" +updated_date = "2023/10/03" [rule] author = ["Elastic"]