Change filebeat azure eventhub input to use processor v2 as default#47292
Merged
kaiyan-sheng merged 9 commits intomainfrom Nov 25, 2025
Merged
Change filebeat azure eventhub input to use processor v2 as default#47292kaiyan-sheng merged 9 commits intomainfrom
kaiyan-sheng merged 9 commits intomainfrom
Conversation
Contributor
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Contributor
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
added 2 commits
October 22, 2025 16:56
kaiyan-sheng
commented
Oct 22, 2025
changelog/fragments/1761173216-change-azure-eventhub-processor-version.yaml
Show resolved
Hide resolved
added 2 commits
October 27, 2025 18:17
Contributor
|
Pinging @elastic/obs-ds-hosted-services (Team:obs-ds-hosted-services) |
3 tasks
kaiyan-sheng
commented
Nov 20, 2025
zmoog
approved these changes
Nov 24, 2025
Contributor
zmoog
left a comment
There was a problem hiding this comment.
LGTM, with a question on setting migrate_checkpoint: true and a couple of uber-minor nits.
andrzej-stencel
pushed a commit
to andrzej-stencel/beats
that referenced
this pull request
Dec 1, 2025
3 tasks
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.
Proposed commit message
This PR is to change Filebeat azure eventhub input and related modules to use processor v2 as the default.
Checklist
./changelog/fragmentsusing the changelog tool.Disruptive User Impact
For users that are currently still using
v1processor version, they need to add this into their config manually for the new version to work forv1.How to test this PR locally
Test cases I would like to cover for this change are:
v1for backwards compatibilityv2Related issues
This PR takes care of the Beats side of elastic/integrations#15703. We will need to make the same change in the Integrations.