-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update fields.yml for ECS v1.1.0 #13321
Update fields.yml for ECS v1.1.0 #13321
Conversation
Pinging @elastic/siem |
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.
LGTM
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.
Minor nit and one question, but LGTM
Are we having big problems on Jenkins? Let's try to kick it again, just for kicks. jenkins, test this |
This updates the fields.ecs.yml file and the vendored Go code to be based on ECS v1.1.0. Relates elastic#13320
330486e
to
f578a59
Compare
@@ -20,4 +20,4 @@ | |||
package ecs | |||
|
|||
// Version is the Elastic Common Schema version from which this was generated. | |||
const Version = "1.0.1" | |||
const Version = "1.1.0" |
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.
@andrewkroh Will the events have ecs.version=1.1.0
based on this? Or is there another constant to be changed somewhere?
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.
I had done a grep for 1.0.1 in libbeat and didn't find anything so it must be using a constant. We can double check this after we have a build.
There's a failure in x-pack/metricbeat but it's passing on Jenkins. And on Jenkins all of the Windows workers are failing due to some kind Jenkins problem with archiving artifacts. |
This updates the fields.ecs.yml file and the vendored Go code to be based on ECS v1.1.0.
Relates #13320