Update ELASTIC_AGENT_REPO_PATH in Makefile#12101
Merged
Conversation
Contributor
|
This pull request does not have a backport label. Could you fix it @kpollich? 🙏
|
Contributor
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
pierrehilbert
previously approved these changes
Jan 6, 2026
cmacknz
approved these changes
Jan 6, 2026
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsHistorycc @kpollich |
Contributor
mergify Bot
pushed a commit
that referenced
this pull request
Jan 6, 2026
* Update ELASTIC_AGENT_REPO_PATH in Makefile * Fix ELASTIC_AGENT_REPO_PATH by adding trailing slash * Update comment in bash script (cherry picked from commit 8f829a4)
8 tasks
Member
|
@norrietaylor Merging this PR triggered the necessary BK job and created elastic/kibana#247970. @kpollich and team will need to merge and then backport that PR for the changes to go out in 9.3. |
ebeahan
pushed a commit
that referenced
this pull request
Jan 6, 2026
Contributor
Thanks kindly! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Updates the Elastic Agent manifest file path in Kibana, which changed last year and resulted in this sync process failing for months without anyone noticing.
Why is it important?
Kibana relies on this automation to keep the Kubernetes manifests displayed during agent enrollment up to date with any changes made on the agent side.
Checklist
I have commented my code, particularly in hard-to-understand areasI have made corresponding changes to the documentationI have made corresponding change to the default configuration filesI have added tests that prove my fix is effective or that my feature worksI have added an entry in(https://github.com/elastic/elastic-agent#changelog)./changelog/fragmentsusing the [changelog tool]I have added an integration test or an E2E testDisruptive User Impact
No
How to test this PR locally
N/A
Related issues
Questions to ask yourself