This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Description
From the base log appender:
curl -X POST -H 'Content-Type: application/json' -d '{"category": "'$category'","timestamp": '$timestamp', "level": "'$level'", "message": "'$message'", "threadName": "'$threadName'"}' http://0.0.0.0:9005/log?application=$application
It'd be nice to get this from a client config, eg /etc/pulse/conf/env.sh so I'll I'd have to use as a user is:
source /opt/cloudera/parcels/PULSE/lib/appenders/logger.sh
and I'd be running.