Passthrough

function main({obj, size, source}) { printf("hello world: ts: %d, size: %d, source: %s", obj["@timestamp"], size, source) obj["@type"] = "event" return "pass" }

Did this page help you?