File: syslog-ng.xml

package info (click to toggle)
firewalld 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 28,900 kB
  • sloc: sh: 242,081; python: 29,155; xml: 13,238; makefile: 929
file content (9 lines) | stat: -rw-r--r-- 552 bytes parent folder | download
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<service>
  <short>syslog-ng</short>
  <description>Syslog-ng is a versatile and highly scalable system logging service that collects, filters, parses, and forwards logs from various sources over TCP and UDP on standard and secure ports. It supports advanced log management and is often used for centralizing logs in distributed environments.</description>
  <port protocol="tcp" port="514"/>
  <port protocol="udp" port="514"/>
  <port protocol="tcp" port="601"/>
  <port protocol="tcp" port="6514"/>
</service>