diff --git a/detection_rules/etc/beats_schemas/main.json.gz b/detection_rules/etc/beats_schemas/main.json.gz index 8113ae49e..6dfb708f4 100644 Binary files a/detection_rules/etc/beats_schemas/main.json.gz and b/detection_rules/etc/beats_schemas/main.json.gz differ diff --git a/detection_rules/etc/beats_schemas/v8.18.0.json.gz b/detection_rules/etc/beats_schemas/v8.18.0.json.gz new file mode 100644 index 000000000..450b01f15 Binary files /dev/null and b/detection_rules/etc/beats_schemas/v8.18.0.json.gz differ diff --git a/detection_rules/etc/beats_schemas/v9.0.0.json.gz b/detection_rules/etc/beats_schemas/v9.0.0.json.gz new file mode 100644 index 000000000..af3ed2049 Binary files /dev/null and b/detection_rules/etc/beats_schemas/v9.0.0.json.gz differ diff --git a/detection_rules/etc/stack-schema-map.yaml b/detection_rules/etc/stack-schema-map.yaml index 58747ac41..a5140ae15 100644 --- a/detection_rules/etc/stack-schema-map.yaml +++ b/detection_rules/etc/stack-schema-map.yaml @@ -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" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4d9cacb2e..d39679607 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 Security’s Detection Engine." readme = "README.md" requires-python = ">=3.12"