Skip to content

Commit 135a0f2

Browse files
authored
Update system source README.md (#221)
macOS system() source details updated
2 parents 12ee44e + 1d83f33 commit 135a0f2

File tree

1 file changed

+2
-3
lines changed
  • doc/_admin-guide/060_Sources/180_System

1 file changed

+2
-3
lines changed

doc/_admin-guide/060_Sources/180_System/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,9 @@ such messages without losing any information to CIM-aware applications
5454
| |With systemd: `systemd-journal();`
5555
| |Without systemd, on kernel 3.5 or newer: `unix-dgram("/dev/log"); file("/dev/kmsg" program-override("kernel") flags(kernel) format("linux-kmsg") keep-timestamp(no));`
5656
| |Without systemd, on kernels older than 3.5: `unix-dgram("/dev/log"); file("/proc/kmsg" program-override("kernel") flags(kernel) keep-timestamp(no));`
57-
| macOS | file("/var/log/system.log" follow-freq(1)); |
58-
| | **NOTE:** Starting with version 3.7, the {{ site.product.short_name }} system() driver automatically extracts the msgid from the message (if available), and stores it in the .solaris.msgid macro. To extract the msgid from the message without using the system()driver, use the **extract-solaris-msgid()** parser. You can find the exact source of the Solaris parser on GitHub.|
57+
| macOS | darwin-oslog(); |
58+
| | NOTE: By default it filters the macOS events using predicate (eventType == 'logEvent' || eventType == 'lossEvent' || eventType == 'stateEvent' || eventType == 'userActionEvent') && (logType != 'debug'). For more filtering options and for the details, see darwin-oslog() source options. |
5959
| NetBSD | unix-dgram("/var/run/log"); |
60-
| | NOTE: Starting with version 3.7, the {{ site.product.short_name }} system() driver automatically extracts the msgid from the message (if available), and stores it in the .solaris.msgid macro. To extract the msgid from the message without using the system()driver, use the **extract-solaris-msgid()** parser. You can find the exact source of the Solaris parser on GitHub. |
6160
| Solaris 8 | sun-streams("/dev/log"); |
6261
| | NOTE: Starting with version 3.7, the {{ site.product.short_name }} system() driver automatically extracts the msgid from the message (if available), and stores it in the .solaris.msgid macro. To extract the msgid from the message without using the system()driver, use the **extract-solaris-msgid()** parser. You can find the exact source of the Solaris parser on GitHub. |
6362
| Solaris 9 | sun-streams("/dev/log" door("/etc/.syslog_door")); |

0 commit comments

Comments
 (0)