Files
sigma-rules/etc/stack-schema-map.yaml
T
Justin Ibarra c8cf88cd62 Refresh ECS (1.12.1) and beats (7.15.1) schemas (#1584)
* Refresh ECS (1.12.1) and beats (7.15.1) schemas

* update ecs to 1.10 for 7.14 stack validation

* add note with reference url
2021-10-28 11:24:28 -05:00

23 lines
609 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
#
# refer to release branch in https://github.com/elastic/beats/blob/master/libbeat/_meta/fields.ecs.yml
"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"
"7.16.0":
beats: "7.15.1" # TODO: update this once beats releases
ecs: "1.12.1"