Skip to content
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

Filebeat X-Pack Module Packaging #8615

Merged
merged 11 commits into from
Oct 17, 2018
Prev Previous commit
Next Next commit
Fix darwin tgz packaging for x-pack
It was not properly replacing the beat binary with the x-pack version.
adriansr committed Oct 17, 2018
commit 620b3778b8e26018b13cefa49db0ca3ecc1867a6
2 changes: 1 addition & 1 deletion dev-tools/packaging/packages.yml
Original file line number Diff line number Diff line change
@@ -358,7 +358,7 @@ specs:
<<: *binary_spec
<<: *elastic_license_for_binaries
files:
/Library/Application Support/{{.BeatVendor}}/{{.BeatName}}/bin/{{.BeatName}}{{.BinaryExt}}:
'{{.BeatName}}{{.BinaryExt}}':
source: ../x-pack/{{.BeatName}}/build/golang-crossbuild/{{.BeatName}}-{{.GOOS}}-{{.Platform.Arch}}{{.BinaryExt}}

- os: darwin