-
Notifications
You must be signed in to change notification settings - Fork 525
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
include build time and revision in version information #396
Conversation
84f8f08
to
6f8c7ff
Compare
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
Could you please remove the TODO and rather create an Issue in the beats repo before merging.
6f8c7ff
to
e668dc3
Compare
opened elastic/beats#5871 |
e668dc3
to
e7c085f
Compare
@simitt elastic/beats#5871 was merged really quickly - pulled in the beats update here and eliminated the make warning - can you take another look since this changed so much since the initial review? |
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
Could you please ensure to preserve the commit with the beats update as a seperate commit and squash the other two commits to one?
This way it will be easier to backport, as we don't want to backport the beats-update commit.
e7c085f
to
a1a552c
Compare
elastic#396 introduced a bug where the index name contained invalid characters that were added to the global version.
#396 introduced a bug where the index name contained invalid characters that were added to the global version.
elastic#396 introduced a bug where the index name contained invalid characters that were added to the global version.
@andrewkroh I wonder if we should add this as part of libbeat especially with elastic/beats#5946 in mind? |
Yes, I think we should have this in libbeat so that it becomes part of every Beat. I'd really like to have this available info in the logs and with |
@graphaelli Interested to contribute this back to beats? |
@ruflin sure, on it. |
elastic/beats#5973 opened for that @andrewkroh / @ruflin |
for #375, results in:
Hook up to HTTP in #395 can happen after this is in.
note: this does add a make warning:
I'm investigating whether we can get support upstream for
GOBUILD_FLAGS
or similar