[9.3](backport #49838) idxmgmt: remove redundant beatPaths parameter#50249
Conversation
NewESClientHandler and NewFileClientHandler accepted both beat.Info and *paths.Path. Now that Info carries Paths, drop the separate argument and pass info.Paths to the downstream template loaders. (cherry picked from commit 8b7236f) # Conflicts: # libbeat/cmd/export/ilm_policy.go # libbeat/cmd/export/template.go # libbeat/cmd/instance/beat.go
|
Cherry-pick of 8b7236f has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
🤖 GitHub commentsJust comment with:
|
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
TL;DRBuildkite is failing for all affected pipelines because this backport branch still contains unresolved merge-conflict markers in Remediation
Investigation detailsRoot CauseThe failures are code-level and come from an incomplete/conflicting backport state:
Evidence
Verification
Follow-upIf helpful, cherry-pick only the conflict-resolved, 9.3-compatible variant of this change (without the What is this? | From workflow: PR Buildkite Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
|
This pull request has not been merged yet. Could you please review and merge it @orestisfl? 🙏 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
This pull request is now in conflicts. Could you fix it? 🙏 |
# Conflicts: # libbeat/cmd/export/ilm_policy.go # libbeat/cmd/export/template.go # libbeat/cmd/instance/beat.go
d06b3f9 to
eb44981
Compare
orestisfl
left a comment
There was a problem hiding this comment.
Backport, build verified locally after merging upstream/9.3
TL;DR
Remediation
Investigation detailsRoot CauseThe failing step is Evidence
Validation
Follow-upThe previous detective report on this PR flagged a different failure ( What is this? | From workflow: PR Actions Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
Proposed commit message
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 an entry in./changelog/fragmentsusing the changelog tool.Disruptive User Impact
None. Internal API change only.
How to test this PR locally
Related issues
Beat.Info#49803This is an automatic backport of pull request idxmgmt: remove redundant beatPaths parameter #49838 done by Mergify.