-
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
Issue #7187/fix vsphere metricbeat host #7213
Changes from 10 commits
1ab8eeb
cad5e3c
5783ed4
e05dfa4
35cbf78
8b41d98
aaa427a
5656b8c
4d1d9a2
a34ad8d
3b35d29
e7bef81
f0277ab
5c477c6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ import ( | |
|
||
func init() { | ||
common.RegisterCheckDeps(update.Update) | ||
|
||
devtools.SetBuildVariableSources(devtools.DefaultBeatBuildVariableSources) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this needed? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I will remove it..it should not be be there |
||
devtools.BeatDescription = "Metricbeat is a lightweight shipper for metrics." | ||
} | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Can you add a blank line between your entry and the packetbeat section?
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.
Done