Skip to content

Commit af817a5

Browse files
committed
Update system source README.md
macOS system() source details updated Signed-off-by: Hofi <hofione@gmail.com>
1 parent 7f22e1b commit af817a5

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ 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"); |
6060
| | 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. |
6161
| Solaris 8 | sun-streams("/dev/log"); |

0 commit comments

Comments
 (0)