jenkinsci / audit-log-plugin

Audit logging plugin for Jenkins based on Apache Log4j Audit
https://plugins.jenkins.io/audit-log/
MIT License
20 stars 22 forks source link

Only syslog tcp ? is udp possible #81

Closed swiip81 closed 3 years ago

swiip81 commented 3 years ago

Feature Request

Hello, It seems that only syslog in tcp is available ? I am too bad in java to understand if the support of udp is hard to add or if it is just about having a way to replace TCP string by UDP in : audit-log-plugin/src/main/java/io/jenkins/plugins/audit/config/AuditConfigurationFactory.java Is it a possibility that you can offer in a future release ? Thank you for your work.

jvz commented 3 years ago

All the log configuration relies on upstream Log4j2 features. Assuming we do have support for a UDP appender (which I think is true), then it's mostly figuring out the UI in this plugin. PRs welcome to help figure this out (I could help you merge it here).

swiip81 commented 3 years ago

Hello, The change here is working on my install. So feel free to take time for review and if ok integrate it with or without the pull request. Thank you again

swiip81 commented 3 years ago

thank you for the merge