teragrep / lsh_01

logstash-http-input to syslog bridge
https://teragrep.com
Apache License 2.0
0 stars 3 forks source link

payload processing capability #40

Closed kortemik closed 6 months ago

kortemik commented 7 months ago

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