Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

payload processing capability #40

Closed
kortemik opened this issue Apr 23, 2024 · 0 comments
Closed

payload processing capability #40

kortemik opened this issue Apr 23, 2024 · 0 comments
Assignees
Labels
assistance Extra attention, more information or help is needed

Comments

@kortemik
Copy link
Member

Description
payload processing capability will allow pre-defined payload formats to be processed according to pre-defined rules.

Use case or motivation behind the feature request
some log sources submit multiple records within a single request, these should be decoded into individual records rather than forwarding as-is.

such pre-defined rules should at first include:
regex split -> split payload into multiple records according the split regex defined

Related issues

Additional context
customer request

@kortemik kortemik added the assistance Extra attention, more information or help is needed label Apr 23, 2024
kortemik pushed a commit that referenced this issue Apr 30, 2024
* Adds support for splitting incoming requests into multiple outgoing messages with a regex defined in config

* Adds an option to config for enabling splitting incoming messages, disabled by default
@kortemik kortemik closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assistance Extra attention, more information or help is needed
Projects
None yet
Development

No branches or pull requests

3 participants