-
Notifications
You must be signed in to change notification settings - Fork 528
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 beats #1177
Update beats #1177
Conversation
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 think you are missing @govendor fetch github.com/elastic/beats/libbeat/scripts/cmd/global_fields@$(BEATS_VERSION)
in the update_betas
cmd in the Makefile
docs/fields.asciidoc
Outdated
@@ -1269,130 +1268,3 @@ Kubernetes container image | |||
|
|||
-- | |||
|
|||
[[exported-fields-system]] |
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.
Still wondering why this gets removed, but we can have a look as a follow-up task.
@@ -0,0 +1,216 @@ | |||
|
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.
This is not supposed to be committed right?
729df54
to
8a6294b
Compare
jenkins retest this please |
@@ -99,6 +99,10 @@ func Update() error { | |||
return sh.Run("make", "update") | |||
} | |||
|
|||
func Fields() error { | |||
return mage.GenerateFieldsYAML(".") |
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 think this should be model
rather than .
.
(I think the docs that I wrote in GenerateFieldsYAML
are not 100% accurate w.r.t. how it searches for fields.yml files because I didn't fully understand the subtleties of how global_fields/main.go searches.)
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.
that won't skip _meta/fields.common.yml
?
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.
_meta/fields.common.yml
will still be included. The args to GenerateFieldsYAML
are extra module directories to collect fields.yml.
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.
We will do a follow up fix then.
since they are not longer discovered
Follow up to PR elastic#1177
* Fix scripts for updating beats. Follow up to PR #1177 * Update beats framework to 2a3aabc
No description provided.