Anyone have an idea of how difficult it would be to create an output plugin that uses REST to PUT log lines as JSON to a specific URL? Probably something equivalent to the following curl command.
curl -X PUT http://host/ -d '{"app-name": "foo", "msg": "bar", "proc-id":"baz", "timestamp":"timestamp:::date-rfc3339", "hostname":"hostname", "severity":"syslogseverity-text"}' Thanks. -Joe Name: Joseph A. Williams Email: [email protected] Blog: http://www.joeandmotorboat.com/ Twitter: http://twitter.com/williamsjoe _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

