Hello,
I'm administering a rather old application with multiple servers and we're trying to centralise the the application logs. As the vendor doesn't really provide any support for log centralisation I had the grand idea that lets make it a module and share it with the community in case there is someone else out there with the same issue.
My goal is to collaborate with a colleague of mine to create the module locally and once we're happy with the results, create a pull request for the module. In short, I forked (instead of cloning) the beats repo and from that point on, followed the instructions for creating a new module. All was good until I ran into trouble with the make. This is all described more closely on my StackOverflow question on the issue, which sadly has not given me any help.
My questions can be more or less condensed into the following:
- Can I collaborate with my geographically separated colleague on the module creation if I clone the beats repo, or is forking it the only way to allow us both pushing out changes to our shared repo?
- If I need to fork the repo, is there some instructions on how to overcome the make issues? (details on the SO question, I assume the issue is because of the forking)
Am I doing things completely backwards, am I missing some obvious git pattern, or is this just a really dumb idea?
-Jussi