loggie-io / loggie

A lightweight, cloud-native data transfer agent and aggregator
https://loggie-io.github.io/docs-en/
Apache License 2.0
1.24k stars 160 forks source link

encoding #640

Open genofire opened 11 months ago

genofire commented 11 months ago

Describe the feature

current there is only regex and json supported, but other encoding should be implemented like:

maybe in an standardised way of parsing / encoding, by writing a modular function encoding('json', body), encoding('regex', body), encoding('logfmt', body) and so on.