-
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
Create a readme to test the KVM module #10217
Comments
@jsoriano As part of writing this readme and setting up KVM, could you also update the data.json file? https://github.com/elastic/beats/blob/master/metricbeat/module/kvm/dommemstat/_meta/data.json |
@amandahla If you find some time to update the |
A follow up issue can be found here elastic#10217 to create docs on how to test this.
A follow up issue can be found here #10217 to create docs on how to test this.
Hi @alvarolobato , I'm not sure if this is what you want for the README file but I followed these instructions to create a minimum KVM environment to build this module. Then in the metricbeat.yml:
|
@amandahla Would be great if you could open a PR with the updated data.json. @jsoriano In case you need in some inspiration for the Readme: https://www.howtogeek.com/117635/how-to-install-kvm-and-create-virtual-machines-on-ubuntu/ @amandahla The goal on our end is to make this module GA but for this to happen, we must have a reliable and reproducible way to setup an environment on our end to debug potential support issues. In most modules we have a Dockerfile for this but this is not really feasible for kvm. |
I started to try to script some test with our test framework using docker, this test will need linux and kvm for good, but maybe we can make libvirtd work also with software emulation if kvm is not available. |
Hi! We're labeling this issue as |
Should contain instructions on how to setup the environment.
The text was updated successfully, but these errors were encountered: