Missing files after filebeat compile

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.

Did you check the contents of the .deb package if it's built correctly?

thank you @mtojek. yes, it built correctly and installs just fine. it just seems as if files are missing from /etc after the install. For example, I don't see:
/etc/filebeat/fields.yml
/etc/filebeat/fields.reference.yml
/etc/filebeat/filebeat.yml
and the /etc/filebeat/modules.d folder is empty

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