-
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
Elastic Agent not bundling ARM/aarch64 Endpoint #28442
Comments
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
This was sorted out with the above linked issues. Closing. |
with changes in infra in place, endpoint present in arm packages verified
|
@amolnater-qasource can you take a look to make sure we've validated this from a build candidate please? |
Hi @EricDavisX Build details: However when we added Endpoint Security to both the agents we didn't get any endpoint-security logs and no data streams for Endpoint Security. Further we will revalidate this again on upcoming BC's and please let us know if we are missing anything. Thanks |
reopening for tracking. |
@nicholasberlin posted that ^ in Slack. I'm not sure a lack of bundling (aka this original issue) is the cause of it because as far as I can tell Endpoint is bundled with the arm64 Agent. But I'm also not sure it isn't the cause. @michalpristas can you help us triage what's going on? |
Hi @EricDavisX We had below same observations on both the environments:
Build details 8.0: Artifact Links: Please let us know if anything else is required from our end. |
I strace'd the installation command:
|
I see filebeat and metricbeat but not endpoint-security in the
|
I agree the bundling may not be the problem, but want to wait to spawn an issue off until we know what's wrong (and so Where to split it off to). Thanks everyone. @michel-laterman do you have any cycles to poke in to help Michal triage? |
will take a look |
Hi @EricDavisX Build details of today's cloud-qa environment: Hence, we will be revalidating this whenever we get a new Snapshot build. Thanks |
Hi @EricDavisX We added endpoint security integration and both the agents were visible under Endpoints tab.
Build details: Please let us know if anything else is required from our end. |
If the issue noted above is the only thing found then we are in great shape, let's call it done. Thanks! |
The Endpoint team recently added an ARM/aarch64 version of the Endpoint for the
7.16.0
release. It is being picked up in the Release Manager jobs, but it is not currently being bundled with the Elastic Agent.The Beats/Elastic Agent logic in the Release Manager should be updated to bundle the Endpoint Linux ARM/aarch64 package with Agent.
It's worth noting that the Endpoint file uses
aarch64
as the arch string, but some beats usearm64
. I'm not sure if some of the logic will need updating in the Release Manager logic for Agent or not.Related issue: #27197
For confirmed bugs, please report:
7.16.0
cc @ferullo
The text was updated successfully, but these errors were encountered: