[Rule Tuning] Update Okta and Github Min-Stack Versions for Release (#4290)
This commit is contained in:
+4
-2
@@ -2,7 +2,9 @@
|
||||
creation_date = "2023/08/29"
|
||||
integration = ["github"]
|
||||
maturity = "production"
|
||||
updated_date = "2024/12/09"
|
||||
updated_date = "2024/12/10"
|
||||
min_stack_version = "8.13.0"
|
||||
min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
@@ -25,7 +27,7 @@ timestamp_override = "event.ingested"
|
||||
type = "eql"
|
||||
|
||||
query = '''
|
||||
configuration where event.dataset == "github.audit"
|
||||
configuration where event.dataset == "github.audit"
|
||||
and github.category == "protected_branch" and event.type == "change"
|
||||
'''
|
||||
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
creation_date = "2023/10/11"
|
||||
integration = ["github"]
|
||||
maturity = "production"
|
||||
updated_date = "2024/12/09"
|
||||
updated_date = "2024/12/10"
|
||||
min_stack_version = "8.13.0"
|
||||
min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
|
||||
+5
-3
@@ -2,7 +2,9 @@
|
||||
creation_date = "2023/10/11"
|
||||
integration = ["github"]
|
||||
maturity = "production"
|
||||
updated_date = "2024/12/09"
|
||||
updated_date = "2024/12/10"
|
||||
min_stack_version = "8.13.0"
|
||||
min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
@@ -29,8 +31,8 @@ timestamp_override = "event.ingested"
|
||||
type = "threshold"
|
||||
|
||||
query = '''
|
||||
event.dataset:"github.audit" and event.category:"configuration" and event.action:"git.clone" and
|
||||
github.programmatic_access_type:("OAuth access token" or "Fine-grained personal access token") and
|
||||
event.dataset:"github.audit" and event.category:"configuration" and event.action:"git.clone" and
|
||||
github.programmatic_access_type:("OAuth access token" or "Fine-grained personal access token") and
|
||||
github.repository_public:false
|
||||
'''
|
||||
|
||||
|
||||
+3
-1
@@ -1,7 +1,9 @@
|
||||
[metadata]
|
||||
creation_date = "2023/12/14"
|
||||
maturity = "production"
|
||||
updated_date = "2024/05/21"
|
||||
updated_date = "2024/12/10"
|
||||
min_stack_version = "8.13.0"
|
||||
min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
creation_date = "2023/08/29"
|
||||
integration = ["github"]
|
||||
maturity = "production"
|
||||
updated_date = "2024/12/09"
|
||||
updated_date = "2024/12/10"
|
||||
min_stack_version = "8.13.0"
|
||||
min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
creation_date = "2023/08/29"
|
||||
integration = ["github"]
|
||||
maturity = "production"
|
||||
updated_date = "2024/12/09"
|
||||
updated_date = "2024/12/10"
|
||||
min_stack_version = "8.13.0"
|
||||
min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
creation_date = "2023/09/11"
|
||||
integration = ["github"]
|
||||
maturity = "production"
|
||||
updated_date = "2024/12/09"
|
||||
updated_date = "2024/12/10"
|
||||
min_stack_version = "8.13.0"
|
||||
min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
creation_date = "2023/09/11"
|
||||
integration = ["github"]
|
||||
maturity = "production"
|
||||
updated_date = "2024/12/09"
|
||||
updated_date = "2024/12/10"
|
||||
min_stack_version = "8.13.0"
|
||||
min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
|
||||
Reference in New Issue
Block a user