Forwarding python3 script output to IDR with syslog

Hello,

Currently I’ve created a workflow with timer, python3 and syslog_forwarder. Python3 step successfully functions but when I try to get the response of the return from syslog forwarder, I’m getting “Plugin step input contained a null value or empty string in a required input.”
I’m getting the message like “{{[“Step name of the python3 script”].[resp]}}”, but no luck so far.

I’d appreciate if someone can point to the right direction.
Thanks.

Solved it.
It needs to get the input as body instead of resp.

1 Like