Beats plugin development in gitlab

Hi is there any dependency on github while building beats plugin ??

i want to put it private gitlab i have no github private repo

Thanks

Everything is available openly from Github, so I don't think you are going to face problems.
Have you seen any errors during building?

while generating sample beats it asks github id what if i want to use gitlab ???

yes im running into errors while packaging

Oh, indeed. The generators assume that you would push your code to Github. This needs to be configurable, so the import paths are generated correctly. Do you mind opening a Github issue and request to support gitlab or custom hosting service? https://github.com/elastic/beats/issues/new

What errors are you getting during packaging?

make package cmd try to pull repo from github and it fails as it wont exists there

it fails to find some files i guess i will try to post complete error

and will open an issue

Thanks

make package has just been refactored a few weeks ago. It's possible that it has a few problems as it haven't been used much outside. Please share the error if you can. It would help us a lot.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.