[New Package] TCP Input - #2172
Merged
Merged
Conversation
|
Pinging @elastic/integrations (Team:Integrations) |
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
andrewkroh
reviewed
Nov 18, 2021
marc-gr
reviewed
Nov 22, 2021
| # Custom TCP Log integration | ||
|
|
||
| The custom TCP Log package intializes a listening TCP socket that collects any TCP traffic received and sends each line as a document to Elasticsearch. | ||
| Custom ingest pipelines may be added by adding the name to the pipeline configuration option, creating custom ingest pipelines can be done either through the API or the [Ingest Node Pipeline UI](/app/management/ingest/ingest_pipelines/). |
Contributor
There was a problem hiding this comment.
Would be nice to link to some documentation or to outline it here about how to set up custom templates for the resulting data stream.
andrewkroh
approved these changes
Nov 22, 2021
endorama
approved these changes
Nov 22, 2021
endorama
left a comment
Contributor
There was a problem hiding this comment.
👍 on title and description!
orestisfl
pushed a commit
to orestisfl/integrations
that referenced
this pull request
May 15, 2026
* Initial commit * Update changelog * removing preserve original since its not needed for custom inputs * adding small fixes * Update ecs version
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 package adds the possibility to configure your own custom TCP input, allowing users to add custom integrations that might not already be covered by an existing package.
Tested with 7.16 and 8.0
Checklist
changelog.ymlfile.manifest.ymlfile to point to the latest Elastic stack release (e.g.^7.13.0).