-
Improvement
-
Resolution: Fixed
-
Minor
-
None
It would be nice to be able to send build logs to a syslog server. syslog-logger-plugin only sends Jenkins' own logs to the syslog server, logstash-plug will also send the console log, but not to a syslog server.
While I think this functionality belongs in the syslog-logger plugin rather than the logstash plugin, it might be useful to share the BuildData object I created for the logstash plugin across both.
cleclerc, what do you think? The logstash plugin sends data across as JSON. Would it be useful to split out BuildData.java in logstash out to share across both plugins so they share a common format?
https://github.com/jenkinsci/logstash-plugin/blob/master/src/main/java/jenkins/plugins/logstash/persistence/BuildData.java