[Rule Tuning] Kubernetes - update min_stack for new rules (#2310)
## Link to rule https://github.com/elastic/detection-rules/blob/main/rules/integrations/kubernetes/discovery_denied_service_account_request.toml https://github.com/elastic/detection-rules/blob/main/rules/integrations/kubernetes/initial_access_anonymous_request_authorized.toml https://github.com/elastic/detection-rules/blob/main/rules/integrations/kubernetes/privilege_escalation_suspicious_assignment_of_controller_service_account.toml ## Description <!-- Provide a detailed description of the suggested changes --> min_stack change to 8.4 with new required fields added to Kubernetes Integration
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
creation_date = "2022/09/13"
|
||||
integration = "kubernetes"
|
||||
maturity = "production"
|
||||
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
|
||||
min_stack_version = "8.3.0"
|
||||
updated_date = "2022/09/15"
|
||||
min_stack_comments = "New fields added to Kubernetes Integration"
|
||||
min_stack_version = "8.4.0"
|
||||
updated_date = "2022/09/20"
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
creation_date = "2022/09/13"
|
||||
integration = "kubernetes"
|
||||
maturity = "production"
|
||||
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
|
||||
min_stack_version = "8.3.0"
|
||||
updated_date = "2022/09/13"
|
||||
min_stack_comments = "New fields added to Kubernetes Integration"
|
||||
min_stack_version = "8.4.0"
|
||||
updated_date = "2022/09/20"
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
|
||||
+3
-3
@@ -2,9 +2,9 @@
|
||||
creation_date = "2022/09/13"
|
||||
integration = "kubernetes"
|
||||
maturity = "production"
|
||||
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
|
||||
min_stack_version = "8.3.0"
|
||||
updated_date = "2022/09/15"
|
||||
min_stack_comments = "New fields added to Kubernetes Integration"
|
||||
min_stack_version = "8.4.0"
|
||||
updated_date = "2022/09/20"
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
|
||||
Reference in New Issue
Block a user