Kevin Delemme

Results 12 comments of Kevin Delemme

Users will need to harden their runtime mappings when used in an SLO otherwise the transform won't start: For example: ``` if (doc["http.request.bytes"].size()==0) { emit(false); return; } emit(doc["http.request.bytes"].value < 600)...