The SMILE daemon

#11Introduce log preprocessors

Logs written directly to stdout or a file by the individual job usually have the severity, time and other data encoded within the message. At the moment this data is not accessible as smiled does not parse the message text.

Introduce a way to provide specialized parsers ("preprocessors") for individual facilities, e,g. a nginx log preprocessor would extract severity, time, source ip, requested location and status code from nginx logs.