We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Elastic licensed tar.gz packages for darwin have an unexpected /Library directory.
$ tar tf ~/Downloads/metricbeat-6.5.0-SNAPSHOT-darwin-x86_64.tar.gz | grep Library /Library/Application Support/Elastic/metricbeat/bin/metricbeat $ tar tf ~/Downloads/packetbeat-6.5.0-SNAPSHOT-darwin-x86_64.tar.gz | grep Libr /Library/Application Support/Elastic/packetbeat/bin/packetbeat $ tar tf ~/Downloads/metricbeat-oss-6.5.0-SNAPSHOT-darwin-x86_64.tar.gz | grep Lib
The text was updated successfully, but these errors were encountered:
I think I see the issue. This has the wrong path for a tar.gz package. Would you mind double-checking me on this @exekias.
beats/dev-tools/packaging/packages.yml
Lines 360 to 362 in 5f1f947
Sorry, something went wrong.
Ups, yes you are right, I think I mixed binary tar.gz with dmg distributions?
This is now fixed in 6.5 and master.
No branches or pull requests
The Elastic licensed tar.gz packages for darwin have an unexpected /Library directory.
The text was updated successfully, but these errors were encountered: