Skip to content

Conversation

@khushijain21
Copy link
Contributor

@khushijain21 khushijain21 commented Aug 29, 2025

Proposed commit message

This PR accommodates breaking changes made in elastic-agent-libs . It effectively uses local logger in place of global ones

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Related issues

@khushijain21 khushijain21 requested review from a team as code owners August 29, 2025 07:26
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Aug 29, 2025
@github-actions
Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@khushijain21 khushijain21 changed the title Accomodate logger changes from package Accomodate logger changes from tlscommon package Aug 29, 2025
@mergify
Copy link
Contributor

mergify bot commented Aug 29, 2025

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @khushijain21? 🙏.
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.

@khushijain21 khushijain21 added the Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team label Aug 29, 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 Aug 29, 2025
@khushijain21 khushijain21 added needs_team Indicates that the issue/PR needs a Team:* label Team:Security-Service Integrations Security Service Integrations Team labels Aug 29, 2025
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Aug 29, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-service-integrations (Team:Security-Service Integrations)

@khushijain21 khushijain21 added needs_team Indicates that the issue/PR needs a Team:* label Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team labels Aug 29, 2025
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Aug 29, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

@khushijain21 khushijain21 added Team:obs-ds-hosted-services Label for the Observability Hosted Services team needs_team Indicates that the issue/PR needs a Team:* label labels Aug 29, 2025
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Aug 29, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ds-hosted-services (Team:obs-ds-hosted-services)

@khushijain21 khushijain21 requested a review from efd6 September 2, 2025 04:39
Copy link
Contributor

@michel-laterman michel-laterman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add comments to silence the linter (for errcheck)?

@khushijain21 khushijain21 requested a review from efd6 September 4, 2025 07:08
@khushijain21
Copy link
Contributor Author

can you add comments to silence the linter (for errcheck)?

We are avoiding doing this here since the PR is already big. Maybe we can take it up in a separate issue

Copy link
Contributor

@efd6 efd6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

There is no proposed commit message. Please don't just use the GitHub generated text from the eight commits here.

@khushijain21 khushijain21 enabled auto-merge (squash) September 5, 2025 10:24
@khushijain21 khushijain21 added backport-8.19 Automated backport to the 8.19 branch backport-9.1 Automated backport to the 9.1 branch labels Sep 5, 2025
@khushijain21 khushijain21 merged commit 0788d61 into elastic:main Sep 8, 2025
204 of 207 checks passed
mergify bot pushed a commit that referenced this pull request Sep 8, 2025
This PR accommodates breaking changes made in elastic-agent-libs . It effectively uses local logger in place of global ones

(cherry picked from commit 0788d61)

# Conflicts:
#	x-pack/filebeat/input/awss3/decoding_parquet.go
#	x-pack/filebeat/input/awss3/s3_objects.go
#	x-pack/filebeat/input/azureblobstorage/decoding.go
#	x-pack/filebeat/input/azureblobstorage/job.go
#	x-pack/filebeat/input/gcs/job.go
mergify bot pushed a commit that referenced this pull request Sep 8, 2025
This PR accommodates breaking changes made in elastic-agent-libs . It effectively uses local logger in place of global ones

(cherry picked from commit 0788d61)

# Conflicts:
#	x-pack/filebeat/input/awss3/decoding_parquet.go
#	x-pack/filebeat/input/awss3/s3_objects.go
#	x-pack/filebeat/input/azureblobstorage/decoding.go
#	x-pack/filebeat/input/azureblobstorage/job.go
#	x-pack/filebeat/input/gcs/job.go
khushijain21 added a commit that referenced this pull request Sep 8, 2025
…ckage (#46426)

* Accomodate logger changes from  `tlscommon` package (#46308)

This PR accommodates breaking changes made in elastic-agent-libs . It effectively uses local logger in place of global ones

(cherry picked from commit 0788d61)

# Conflicts:
#	x-pack/filebeat/input/awss3/decoding_parquet.go
#	x-pack/filebeat/input/awss3/s3_objects.go
#	x-pack/filebeat/input/azureblobstorage/decoding.go
#	x-pack/filebeat/input/azureblobstorage/job.go
#	x-pack/filebeat/input/gcs/job.go

* fix conflict

* fix ci

---------

Co-authored-by: Khushi Jain <[email protected]>
khushijain21 added a commit that referenced this pull request Sep 9, 2025
…kage (#46427)

* Accomodate logger changes from  `tlscommon` package (#46308)

This PR accommodates breaking changes made in elastic-agent-libs . It effectively uses local logger in place of global ones

(cherry picked from commit 0788d61)

# Conflicts:
#	x-pack/filebeat/input/awss3/decoding_parquet.go
#	x-pack/filebeat/input/awss3/s3_objects.go
#	x-pack/filebeat/input/azureblobstorage/decoding.go
#	x-pack/filebeat/input/azureblobstorage/job.go
#	x-pack/filebeat/input/gcs/job.go

* fix conflicts

* fix ci

---------

Co-authored-by: Khushi Jain <[email protected]>
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.1 Automated backport to the 9.1 branch Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team Team:obs-ds-hosted-services Label for the Observability Hosted Services team Team:Obs-InfraObs Label for the Observability Infrastructure Monitoring team Team:Security-Service Integrations Security Service Integrations Team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants