When I clone the v7.6.2 tagged branch:
git clone --single-branch --branch v7.6.2 https://github.com/elastic/beats ${GOPATH}/src/github.com/elastic/beats
And do a mage package in the x-pack/filebeat directory, everything builds just fine but when I install the .deb package, I see that the /etc/filebeat directory is empty and none of the /etc/filebeat/modules.d files are present. Any ideas what the problem might be? Thank you.