Files
sigma-rules/etc/stack-schema-map.yaml
T
Ross Wolf 3204a5c366 Update main to point to 7.16 (#1457)
* Update main to point to 7.16
* Add 7.16 -> 7.15 migration
* Update stack-schema-map
* Update conditions.kibana.version

Removed changes from:
- etc/packages.yml

(selectively cherry picked from commit 7b8b18cb20)
2021-08-26 20:24:53 +00:00

21 lines
545 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"
"7.16.0":
beats: "master" # TODO: update this once beats releases
ecs: "1.11.0"