{ "description" : "zeek.modbus", "processors" : [ { "remove": { "field": ["host"], "ignore_failure": true } }, { "json": { "field": "message", "target_field": "message2", "ignore_failure": true } }, { "rename": { "field": "message2.func", "target_field": "modbus.function", "ignore_missing": true } }, { "rename": { "field": "message2.exception", "target_field": "modbus.exception", "ignore_missing": true } }, { "pipeline": { "name": "zeek.common" } } ] }