Add Elastic Streams support to TCP and UDP integrations#15917
Merged
taylor-swanson merged 4 commits intoelastic:mainfrom Dec 2, 2025
Merged
Conversation
|
💚 CLA has been signed |
d810a30 to
99c363b
Compare
|
Pinging @elastic/integration-experience (Team:Integration-Experience) |
65dcf44 to
9138a2b
Compare
d66c121 to
3b0be96
Compare
jamesagarside
added a commit
to jamesagarside/integrations
that referenced
this pull request
Nov 12, 2025
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add use_logs_stream configuration option to enable sending data to the unified "logs" data stream - Update tcp.yml.hbs and udp.yml.hbs templates to conditionally route to logs index - Bump TCP version to 2.1.0 and UDP version to 2.3.0 - Follows the same pattern as filestream package This feature allows users to send all ingested data to the "logs" data stream instead of custom datasets when the "Write to logs streams" option is enabled in output settings. Note: System tests for logs-stream variants will fail due to a known elastic-package bug being fixed in elastic/elastic-package#3037. Policy tests pass, confirming the configuration is correct. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
The elastic-package linter requires changelog links to have valid PR numbers. Removed the 'link' field from changelog entries until a PR is created. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
01de3e9 to
652fe1f
Compare
Contributor
Author
|
@andrewkroh looking like we're G2G if I could get a review please. |
Changed version constraint from "^8.13.0 || ^9.0.0" to "^9.2.0" for both TCP and UDP packages since Elastic Streams was introduced in 9.2.0. Also updated the use_logs_stream description to clarify the 9.2.0 requirement. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
9f3551a to
1d4db6b
Compare
💚 Build Succeeded
History
|
taylor-swanson
approved these changes
Dec 2, 2025
|
Package tcp - 2.1.0 containing this change is available at https://epr.elastic.co/package/tcp/2.1.0/ |
|
Package udp - 2.3.0 containing this change is available at https://epr.elastic.co/package/udp/2.3.0/ |
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.
This change adds the "Use the logs data stream" toggle to both the Custom TCP Logs and Custom UDP Logs integrations, enabling Elastic Streams functionality that was previously only available in the Custom Logs (Filestream) integration.
Changes:
use_logs_streamboolean configuration variable to TCP and UDP manifestsindex: logswhen enabledWhen enabled, this feature sends all ingested data to the "logs" data stream instead of the configured dataset. The "Write to logs streams" option must be enabled in the output settings for this to work.
Proposed commit message
Checklist
changelog.ymlfile.