Files
sigma-rules/etc/stack-schema-map.yaml
T
Justin Ibarra 2d517432e3 Bump package versions (#1418)
* Bump package versions
* Add 7.14 migration; use master schema map if one does not exist
* add test to ensure an entry exists in the stack-schema-map for the current package version

Co-authored-by: Ross Wolf <31489089+rw-access@users.noreply.github.com>
2021-08-18 21:25:53 -08:00

17 lines
459 B
YAML

# alignment of stack with beats and ecs versions
# ECS versions do not align perfectly with stack releases (as of 7.13), so this will reflect MAX ecs version for a
# given release
"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.11.0"
"7.15.0":
beats: "master" # TODO: update this once beats releases
ecs: "1.11.0"