Skip to content

Commit

Permalink
Refresh ECS (1.12.1) and beats (7.15.1) schemas (elastic#1584)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
brokensound77 authored Oct 28, 2021
1 parent d12c047 commit c8cf88c
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 6 deletions.
Binary file added etc/beats_schemas/v7.15.1.json.gz
Binary file not shown.
Binary file added etc/ecs_schemas/1.12.0/ecs_flat.json.gz
Binary file not shown.
Binary file added etc/ecs_schemas/1.12.0/ecs_nested.json.gz
Binary file not shown.
Binary file added etc/ecs_schemas/1.12.1/ecs_flat.json.gz
Binary file not shown.
Binary file added etc/ecs_schemas/1.12.1/ecs_nested.json.gz
Binary file not shown.
Binary file modified etc/ecs_schemas/master_8.0.0.dev/ecs_flat.json.gz
Binary file not shown.
10 changes: 6 additions & 4 deletions etc/stack-schema-map.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 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
Expand All @@ -9,12 +11,12 @@

"7.14.0":
beats: "7.14.0"
ecs: "1.11.0"
ecs: "1.10.0"

"7.15.0":
beats: "master" # TODO: update this once beats releases
beats: "7.15.1"
ecs: "1.11.0"

"7.16.0":
beats: "master" # TODO: update this once beats releases
ecs: "1.11.0"
beats: "7.15.1" # TODO: update this once beats releases
ecs: "1.12.1"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ creation_date = "2021/07/14"
maturity = "production"
updated_date = "2021/07/14"
min_stack_comments = "The field `event.agent_id_status` was not introduced until 7.14"
min_stack_version = "7.14.0"
min_stack_version = "7.15.0"

[rule]
author = ["Elastic"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ creation_date = "2021/07/14"
maturity = "production"
updated_date = "2021/07/14"
min_stack_comments = "The field `event.agent_id_status` was not introduced until 7.14"
min_stack_version = "7.14.0"
min_stack_version = "7.15.0"

[rule]
author = ["Elastic"]
Expand Down

0 comments on commit c8cf88c

Please sign in to comment.