SYSLOG-NG(8) | The syslog-ng manual page | SYSLOG-NG(8) |
NAME¶
syslog-ng - syslog-ng system logger application
SYNOPSIS¶
syslog-ng [options]
DESCRIPTION¶
This manual page is only an abstract, for the complete documentation of syslog-ng, see The Administrator Guide[1] or the official syslog-ng website[2].
The application is a flexible and highly scalable system logging application. Typically, syslog-ng is used to manage log messages and implement centralized logging, where the aim is to collect the log messages of several devices on a single, central log server. The different devices - called syslog-ng clients - all run syslog-ng, and collect the log messages from the various applications, files, and other sources. The clients send all important log messages to the remote syslog-ng server, where the server sorts and stores them.
OPTIONS¶
--caps
For example:
/usr/local/sbin/syslog-ng -Fv --caps cap_sys_admin,cap_chown,cap_dac_override,cap_net_bind_service,cap_fowner=pi
Note that the capabilities are not case sensitive, the following command is also good: /usr/local/sbin/syslog-ng -Fv --caps CAP_SYS_ADMIN,CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_NET_BIND_SERVICE,CAP_FOWNER=pi
For details on the capability flags, see the following man pages: cap_from_text(3) and capabilities(7)
--cfgfile <file> or -f <file>
--chroot <dir> or -C <dir>
--control <file> or -c <file>
--debug or -d
--enable-core
--fd-limit <number>
--foreground or -F
--group <group> or -g <group>
--help or -h
--module-registry
--no-caps
To run with specific capabilities, use the --caps option.
--persist-file <persist-file> or -R <persist-file>
--pidfile <pidfile> or -p <pidfile>
--preprocess-into <output-file>
--process-mode <mode>
--stderr or -e
--syntax-only or -s
--user <user> or -u <user>
--verbose or -v
--version or -V
--worker-threads
FILES¶
/usr/local/
/usr/local/etc/syslog-ng.conf
SEE ALSO¶
Note
For the detailed documentation of see The 4.8 Administrator Guide[3]
If you experience any problems or need help with syslog-ng, visit the syslog-ng mailing list[4].
For news and notifications about of syslog-ng, visit the syslog-ng blogs[5].
AUTHOR¶
This manual page was written by the Balabit Documentation Team <documentation@balabit.com>.
COPYRIGHT¶
NOTES¶
- 1.
- The Administrator Guide
- 2.
- the official syslog-ng website
- 3.
- The 4.8 Administrator Guide
- 4.
- syslog-ng mailing list
- 5.
- syslog-ng blogs
10/03/2024 | 4.8 |