You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/_admin-guide/060_Sources/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ platforms:
78
78
|Solaris (2.6 or above)| In addition to the STREAMS device used in earlier versions, 2.6 uses a new multithreaded IPC method called door. By default the door used by syslogd is /etc/.syslog_door.|
79
79
|HP-UX 11 or later| HP-UX uses a named pipe called /dev/log that is padded to 2048 bytes, for example, source s_hp-ux {pipe ("/dev/log" pad-size(2048)}.|
80
80
|AIX 5.2 and 5.3|A SOCK_STREAM or SOCK_DGRAM unix socket called /dev/log.|
81
+
|macOS 10.15 and later|A stream of OSLog messages filtered by custom predicate expressions.|
81
82
82
83
Each possible communication mechanism has a corresponding source driver
83
84
in syslog-ng. For example, to open a unix socket with SOCK_DGRAM style
0 commit comments