Files
sigma-rules/detection_rules/etc/stack-schema-map.yaml
T
Terrance DeJesus 2a3b584433 Prep for 8.5 branch (#2220)
* adding first commit

* renamed branch

* adjusted packages, stack schema and updated schemas

* updated integrations manifest

* adjusted comments to be a little more organized

* adjusted stack-schema-map

* refreshed ecs and beats schema, adjusted stack schema map accordingly
2022-08-09 17:14:42 -04:00

54 lines
1.0 KiB
YAML

# Purpose: Alignment of stack with beats and ecs versions
# Notes
## ECS versions do not align perfectly with stack releases (as of 7.13), so this will reflect MAX ecs version for a given release
## To determine beats versions, visit https://github.com/elastic/beats/tags to determine latest version during preparation PR
## Updates:
## 7.17 was intentionally skipped because it was added late and was bug fix only
## 06/2022 - dropped backport support for 7.13.0, 7.14.0, 7.15.0 as of 8.4 branch creation
## Unsupported
#"7.13.0":
# # beats release about the same time as the stack, so we cannot update this until it is released
# beats: "7.13.2"
# ecs: "1.9.0"
#"7.14.0":
# beats: "7.14.0"
# ecs: "1.10.0"
#"7.15.0":
# beats: "7.15.1"
# ecs: "1.11.0"
## Supported
"7.16.0":
beats: "7.16.2"
ecs: "1.12.2"
"8.0.0":
beats: "8.0.1"
ecs: "8.0.1"
"8.1.0":
beats: "8.1.2"
ecs: "8.1.0"
"8.2.0":
beats: "8.2.1"
ecs: "8.2.1"
"8.3.0":
beats: "main"
ecs: "8.3.1"
"8.4.0":
beats: "main"
ecs: "8.3.1"
"8.5.0":
beats: "main"
ecs: "8.3.1"