Syslog: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
* [https://www.programcreek.com/java-api-examples/?api=org.productivity.java.syslog4j.server.SyslogServer Java Code Examples for Syslog Server] | * [https://www.programcreek.com/java-api-examples/?api=org.productivity.java.syslog4j.server.SyslogServer Java Code Examples for Syslog Server] | ||
* [https://www.linuxjournal.com/content/creating-centralized-syslog-server Creating a Centralized Syslog Server] | * [https://www.linuxjournal.com/content/creating-centralized-syslog-server Creating a Centralized Syslog Server] | ||
* [https://www.syslog-ng.com/technical-documents/doc/syslog-ng-open-source-edition/3.16/administration-guide/10#TOPIC-956420 <code>syslog-ng</code> Open Source Edition] | |||
* [https://github.com/CloudBees-community/syslog-java-client CloudBees Syslog Java Client] | * [https://github.com/CloudBees-community/syslog-java-client CloudBees Syslog Java Client] | ||
* [https://www.comparitech.com/net-admin/best-free-syslog-servers-for-linux-and-windows/ 19 Best Syslog Server Tools] | * [https://www.comparitech.com/net-admin/best-free-syslog-servers-for-linux-and-windows/ 19 Best Syslog Server Tools] | ||
* [https://www.elastic.co/logstash/ Logstash] | * [https://www.elastic.co/logstash/ Logstash] |
Revision as of 00:33, 28 July 2022
# for debian/ubuntu/kubuntu
apt-get install syslog-ng
# for redhat/centos/fedora
yum install syslog-ng