waterslideLTS / waterslide

WaterSlide is a streaming event-at-a-time architecture for processing metadata. It is designed to take in a set of streaming events from multiple sources, process them through a set of modules ("kids"), and return meaningful outputs.
Other
113 stars 40 forks source link

Added new feature to timestamp to support string parsing; fixed log_keyvalue_parse and added tab support #51

Closed Karl-MS closed 3 years ago

Karl-MS commented 3 years ago

timestamp kid: - added support for string parsing of timestamp log_keyvalue_parse: bugfix when value has same delimiter as what is between key and value; added support for tab delimeters