Add 8.18 and 9.0 beats schemas (#4641)

This commit is contained in:
shashank-elastic
2025-04-24 05:36:45 +05:30
committed by GitHub
parent bbfc026c95
commit 54fadc8e2e
5 changed files with 4 additions and 4 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -120,16 +120,16 @@
endgame: "8.4.0"
"8.18.0":
beats: "8.17.1"
beats: "8.18.0"
ecs: "8.17.0"
endgame: "8.4.0"
"9.0.0":
beats: "9.0.0-beta1"
beats: "9.0.0"
ecs: "9.0.0-rc1"
endgame: "8.4.0"
"9.1.0":
beats: "9.0.0-beta1"
beats: "9.0.0"
ecs: "9.0.0-rc1"
endgame: "8.4.0"
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "detection_rules"
version = "1.0.16"
version = "1.0.17"
description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Securitys Detection Engine."
readme = "README.md"
requires-python = ">=3.12"