-
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
Add support for Nomad #16853
Comments
Pinging @elastic/integrations-platforms (Team:Platforms) |
Hey @jorgelbg and @jorgemarey, I have been taking a look to your pull requests and the truth is that both look great, I would love to see Nomad support in Beats. Thanks both for your efforts! Both PRs contain an Thanks again! |
Initial support merged, what includes an autodiscover provider and an |
Thank you! Really looking forward to this being fully released. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi! We're labeling this issue as |
👍🏼 |
Hi! We're labeling this issue as |
The hope dies last 😅 |
Nomad is an orchestrator for heterogeneous workloads maintained by Hashicorp.
This issue keeps track of efforts to support Nomad in Beats.
Nomad support could follow a similar approach to the available support for Kubernetes, for that the following components should be implemented:
nomad
autodiscover provider.add_nomad_metadata
processor.events
API for watching https://www.nomadproject.io/api-docs/events (it is polling now).nomad
metricbeat module.nomad
filebeat module for nomad agents.Filebeat input if current ones are not enough.The code for these features should be placed under
x-pack
(licensed as Basic).At the moment of creating this issue there are some open community PRs that provide some of the required components, we have to review and continue with them:
add_nomad_metadata
processor.add_nomad_metadata
processor too, and anomad
autodiscover provider.There are also some known issues regarding Nomad support (though they can be general issues):
// cc: @jorgelbg and @jorgemarey as authors of current open PRs
The text was updated successfully, but these errors were encountered: