-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Agent] Make package fails when x-pack/agent is added to the BEATS' #16908
Comments
Pinging @elastic/ingest-management (Project:fleet) |
Reproducable locally.
|
To make sure no one run into the same issues, it's because the path of the binary should also contains a "snapshot" like |
As a note here, if you ever want to test again you may have to disable "mage packageBeatDashboard" this task doesn't use the |
An extension in the generated files ("SNAPSHOT") was preventing us to correctly generate the agent artifact with the packaged metricbeat/filebeat. Fixes: elastic#16908
…elastic#16927) An extension in the generated files ("SNAPSHOT") was preventing us to correctly generate the agent artifact with the packaged metricbeat/filebeat. Fixes: elastic#16908 (cherry picked from commit 62d3683)
… enable building the agent. (#17574) * Fix issue when building Agent snapshot and enable building the agent. (#16927) An extension in the generated files ("SNAPSHOT") was preventing us to correctly generate the agent artifact with the packaged metricbeat/filebeat. Fixes: #16908 (cherry picked from commit 62d3683) * [Agent] Fix installers (#17077) [Agent] Fix installers for snapshots (#17077) * [Agent] fixed mage package for agent (#17368) [Agent] fixed mage package for agent (#17368) * [Agent] Make default config OS agnostic (#17016) [Agent] Make default config OS agnostic (#17016) * [Agent] Docker image for integration tests (#16898) [Agent] Docker image for integration tests (#16898) Co-authored-by: Michal Pristas <[email protected]>
When the
release-manager
tries to run themake snapshot
command and the agent is added to the list of beats in the Makefile. (BEATS?= ... x-pack/agent
) The build will fail and complains that it cannot found the filebeat or metricbeat artifacts.The text was updated successfully, but these errors were encountered: