Skip to content

Commit 253599c

Browse files
committed
Add versioning system for ecs
1 parent c64dd2c commit 253599c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

config/products.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ products:
6767
versioning: 'curator'
6868
ecs:
6969
display: 'Elastic Common Schema (ECS)'
70-
versioning: 'stack'
70+
versioning: 'ecs'
7171
ecs-logging:
7272
display: 'ECS Logging'
7373
versioning: 'stack'

config/versions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ versioning_systems:
2121
base: 3.0
2222
current: 3.1.0
2323
ess: *all
24+
ecs:
25+
base: 9.0
26+
current: 9.1.0
2427
self: *stack
2528
ecctl:
2629
base: 1.0

0 commit comments

Comments
 (0)