Skip to content

Instantly share code, notes, and snippets.

View rubn-g's full-sized avatar

Ruben rubn-g

View GitHub Profile
[transforms.multiline]
type = "lua"
inputs = ["level"]
version = "2" # required
# Hooks
hooks.process = """
function (event, emit)
if string.match(event.log.message, "^%s") == nil
then