Ringloop / mr-plow

Minimal memory usage, cloud native logstash alternative
Apache License 2.0
28 stars 3 forks source link

Effectively parse JSON fields according to configuration #16

Closed feed3r closed 2 years ago

feed3r commented 2 years ago

Actually the optional JSON fields are configurable, now we need to implement the effective fields parsing and implement some tests.

feed3r commented 2 years ago

Json fields (configurable by name) parsing has been implemented. Now we need to implement some test and implement the field parsing by type, too.