Skip to content

Update collector-contrib to 0.141.0 and collector to 1.47.0#48122

Merged
pierrehilbert merged 5 commits intoelastic:mainfrom
cmacknz:cmacknz/update-beats-otel-0.141.0
Dec 17, 2025
Merged

Update collector-contrib to 0.141.0 and collector to 1.47.0#48122
pierrehilbert merged 5 commits intoelastic:mainfrom
cmacknz:cmacknz/update-beats-otel-0.141.0

Conversation

@cmacknz
Copy link
Member

@cmacknz cmacknz commented Dec 17, 2025

We need to update the beats collector dependencies so that we can keep the agent dependencies at their current 0.141.0/1.47.0 versions after the collector binary split in elastic/elastic-agent#11821, which is currently forced to downgrade them.

@cmacknz cmacknz self-assigned this Dec 17, 2025
@cmacknz cmacknz requested a review from a team as a code owner December 17, 2025 01:05
@cmacknz cmacknz added the Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team label Dec 17, 2025
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Dec 17, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Dec 17, 2025
@github-actions
Copy link
Contributor

🤖 GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)
@mergify
Copy link
Contributor

mergify bot commented Dec 17, 2025

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @cmacknz? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.
@cmacknz
Copy link
Member Author

cmacknz commented Dec 17, 2025

❯ go test ./...
# github.com/elastic/beats/v7/x-pack/otel/extension/beatsauthextension [github.com/elastic/beats/v7/x-pack/otel/extension/beatsauthextension.test]
extension/beatsauthextension/authenticator_test.go:269:68: cannot use host (variable of type *mockHost) as map[component.ID]component.Component value in argument to httpClientConfig.ToClient
ok      github.com/elastic/beats/v7/x-pack/otel/exporter/logstashexporter       (cached)
ok      github.com/elastic/beats/v7/x-pack/otel/exporter/logstashexporter/internal      (cached)
FAIL    github.com/elastic/beats/v7/x-pack/otel/extension/beatsauthextension [build failed]
ok      github.com/elastic/beats/v7/x-pack/otel/processor/beatprocessor (cached)
FAIL
@pierrehilbert pierrehilbert merged commit eca1c02 into elastic:main Dec 17, 2025
205 checks passed
@pierrehilbert pierrehilbert added backport-8.19 Automated backport to the 8.19 branch backport-9.2 Automated backport to the 9.2 branch labels Dec 17, 2025
mergify bot pushed a commit that referenced this pull request Dec 17, 2025
* Update collector-contrib to 0.141.0 and collector to 1.47.0

* Fix test failure from ToClient breaking change in 0.141.0

* Add changelog

* Provide non-nil default telemetry factory.

* go mod tidy

(cherry picked from commit eca1c02)

# Conflicts:
#	NOTICE.txt
#	go.mod
#	go.sum
mergify bot pushed a commit that referenced this pull request Dec 17, 2025
* Update collector-contrib to 0.141.0 and collector to 1.47.0

* Fix test failure from ToClient breaking change in 0.141.0

* Add changelog

* Provide non-nil default telemetry factory.

* go mod tidy

(cherry picked from commit eca1c02)

# Conflicts:
#	go.mod
#	go.sum
@cmacknz cmacknz deleted the cmacknz/update-beats-otel-0.141.0 branch December 17, 2025 14:14
pierrehilbert added a commit that referenced this pull request Dec 17, 2025
…tor to 1.47.0 (#48134)

* Update collector-contrib to 0.141.0 and collector to 1.47.0 (#48122)

* Update collector-contrib to 0.141.0 and collector to 1.47.0

* Fix test failure from ToClient breaking change in 0.141.0

* Add changelog

* Provide non-nil default telemetry factory.

* go mod tidy

(cherry picked from commit eca1c02)

# Conflicts:
#	go.mod
#	go.sum

* Fixing conflicts

* Go mod tidy

* Update NOTICE.txt

---------

Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co>
pierrehilbert added a commit that referenced this pull request Dec 18, 2025
…ctor to 1.47.0 (#48133)

* Update collector-contrib to 0.141.0 and collector to 1.47.0 (#48122)

* Update collector-contrib to 0.141.0 and collector to 1.47.0

* Fix test failure from ToClient breaking change in 0.141.0

* Add changelog

* Provide non-nil default telemetry factory.

* go mod tidy

(cherry picked from commit eca1c02)

# Conflicts:
#	NOTICE.txt
#	go.mod
#	go.sum

* Fixing conflicts

---------

Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-8.19 Automated backport to the 8.19 branch backport-9.2 Automated backport to the 9.2 branch Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team

3 participants