Skip to content

Commit

Permalink
Add event dataset for missing rule in Github integration (#4278)
Browse files Browse the repository at this point in the history
(cherry picked from commit 53cfeb7)
  • Loading branch information
shashank-elastic authored and github-actions[bot] committed Dec 3, 2024
1 parent 3c3ecdf commit 4198fee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2023/08/29"
integration = ["github"]
maturity = "production"
updated_date = "2024/11/27"
updated_date = "2024/12/03"
min_stack_version = "8.12.0"
min_stack_comments = "Breaking change at 8.12.0 for the Github Integration."

Expand Down Expand Up @@ -33,7 +33,7 @@ timestamp_override = "event.ingested"
type = "eql"

query = '''
configuration where event.module == "github" and event.action == "repo.destroy"
configuration where event.module == "github" and event.dataset == "github.audit" and event.action == "repo.destroy"
'''


Expand Down

0 comments on commit 4198fee

Please sign in to comment.