forked from elastic/detection-rules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack-schema-map.yaml
36 lines (28 loc) · 948 Bytes
/
stack-schema-map.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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.16.2" # TODO: update this once beats releases
ecs: "1.12.1"
# 7.17 was intentionally skipped because it was added late and was bug fix only
"8.0.0":
beats: "8.0.0-rc1" # TODO: update this once beats releases
ecs: "1.12.1"
"8.1.0":
beats: "master" # TODO: update this once beats releases
ecs: "1.12.1"
"8.2.0":
beats: "master" # TODO: update this once beats releases
ecs: "1.12.1"