-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate obs-infraobs-integrations to package-spec v3 #4 #8216
Migrate obs-infraobs-integrations to package-spec v3 #4 #8216
Conversation
The format_version in the package manifest changed from 2.8.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@latest -v -format-version=3.0.0 -fix-dotted-yaml-keys -add-owner-type packages/azure_app_service
The format_version in the package manifest changed from 2.0.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@latest -v -format-version=3.0.0 -fix-dotted-yaml-keys -add-owner-type packages/citrix_adc
The format_version in the package manifest changed from 1.0.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@latest -v -format-version=3.0.0 -fix-dotted-yaml-keys -add-owner-type packages/redis
The format_version in the package manifest changed from 1.0.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest. [git-generate] go run github.com/andrewkroh/go-examples/ecs-update@latest -v -format-version=3.0.0 -fix-dotted-yaml-keys -add-owner-type packages/tomcat
🌐 Coverage report
|
packages/azure_app_service/data_stream/app_service_logs/fields/fields.yml
Show resolved
Hide resolved
@@ -227,3 +227,11 @@ | |||
description: Number of bytes transmitted by an interface since the NetScaler appliance was started or the interface statistics were cleared. | |||
metric_type: counter | |||
unit: byte | |||
# The following `interface` mappings are not allowed at root level in ECS, and are defined here for backward compatibility. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome - LGTM. thanks!
Package azure_app_service - 0.1.0 containing this change is available at https://epr.elastic.co/search?package=azure_app_service |
Package citrix_adc - 1.1.0 containing this change is available at https://epr.elastic.co/search?package=citrix_adc |
Package redis - 1.12.0 containing this change is available at https://epr.elastic.co/search?package=redis |
Package tomcat - 1.10.0 containing this change is available at https://epr.elastic.co/search?package=tomcat |
Thanks to this PR #8050 and @tommyers-elastic , could migrate 4 more packages
ECS dictates that that certain fields (geo, interface, os) should be nested and package validations were failing with these fields defined at root level. So from ecs.yml they are moved to fields.yml
Also refer: https://www.elastic.co/guide/en/ecs/current/ecs-field-reference.html
Proposed commit message
Migrate the following package to use package-spec v3:
Checklist
changelog.yml
file.