[beatreceivers] Enable otel runtime by default for kafka and logstash output#13514
Merged
khushijain21 merged 10 commits intoelastic:mainfrom Apr 10, 2026
Merged
[beatreceivers] Enable otel runtime by default for kafka and logstash output#13514khushijain21 merged 10 commits intoelastic:mainfrom
khushijain21 merged 10 commits intoelastic:mainfrom
Conversation
Contributor
|
This pull request does not have a backport label. Could you fix it @khushijain21? 🙏
|
mauri870
approved these changes
Apr 7, 2026
Member
mauri870
left a comment
There was a problem hiding this comment.
LGTM Very simple change, but I'm under the impression that changing the runtime would require changes in test assertions.
leehinman
approved these changes
Apr 7, 2026
cmacknz
approved these changes
Apr 7, 2026
swiatekm
approved these changes
Apr 8, 2026
Member
|
/test |
Member
|
Added backport-9.4 lable now that the branch exists. |
Contributor
8 tasks
v1v
added a commit
to michel-laterman/elastic-agent
that referenced
this pull request
Apr 15, 2026
…l-laterman/elastic-agent into feature/oblt-cli-win-arm64 * 'feature/oblt-cli-win-arm64' of https://github.com/michel-laterman/elastic-agent: [main][Automation] Update elastic/beats to 323f731f84e5 (elastic#13622) Update OTel Collector components to v0.149.0/v1.55.0 (elastic#13599) build(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (elastic#13593) Fix clean stopping of beats on windows (elastic#13581) Handle multiple values for fleet and kibana headers (elastic#13506) [otel/kube-stack] Update the OpenTelemetry Kube Stack Helm Chart to latest versions (elastic#13522) Automate updates to opentelemetry-collector-components (elastic#13578) [beatreceiver] Add integration testing for kafka output (elastic#13550) Bump the version on main to 9.5.0 (elastic#13532) [beatreceivers] Enable otel runtime by default for kafka and logstash output (elastic#13514) Add Elastic Agent 9.3.3+IAR release notes (elastic#13556) fix(flake): clean up prefix install data dirs in RPM test fixture (elastic#13552) [Automation] Bump Golang version to 1.25.9 (elastic#13559) feat(helm): add support for Fleet URL and token from Kubernetes Secret (elastic#13507)
6 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.
What does this PR do?
This PR enables inputs using logstash or kafka output to run in OTel mode (This will be default runtime for inputs already running on otel runtime by default)
Why is it important?
This is required to allow inputs using outputs other than elasticsearch to use OTel mode
Checklist
./changelog/fragmentsusing the changelog toolDisruptive User Impact
Will be monitored
How to test this PR locally
Run elastic-agent with any metric input with kafka/logstash output
Related issues