-- CONFIGURED BY ANSIBLE function concat_path(tag, timestamp, record) if record.path_first then if record.path_second then record.path = record.path_first .. "OBFUSCATED" .. record.path_second else record.path = record.path_first .. "OBFUSCATED" end return 2, timestamp, record end end