for panorama, we want to be able to encode events/data that can be sent further to AMQP endpoint when monitord parses kickstart output file.
specifically in panorama use case, we want to be able to send darshan logs from the remote machine to an amqp endpoint.
to achieve this, the application job wrapper, will retrieve the darshan logs on the remote cluster, and then parse the binary files to get an ascii output, that will be converted to JSON events and duped to the job stdout.