=begin man =encoding utf8 =end man =head1 NAME sdjournal - Provide an interface to capture systemd journal entries. =head1 SYNOPSIS B S<[ B<--help> ]> S<[ B<--version> ]> S<[ B<--extcap-interfaces> ]> S<[ B<--extcap-dlts> ]> S<[ B<--extcap-interface>=EinterfaceE ]> S<[ B<--extcap-config> ]> S<[ B<--capture> ]> S<[ B<--fifo>=Epath to file or pipeE ]> S<[ B<--start-from>=Eentry countE ]> =head1 DESCRIPTION B is an extcap tool that allows one to capture systemd journal entries. It can be used to correlate system events with network traffic. Supported interfaces: =over 4 =item 1. sdjournal =back =head1 OPTIONS =over 4 =item --help Print program arguments. =item --version Print program version. =item --extcap-interfaces List available interfaces. =item --extcap-interface=EinterfaceE Use specified interfaces. =item --extcap-dlts List DLTs of specified interface. =item --extcap-config List configuration options of specified interface. =item --capture Start capturing from specified interface and write raw packet data to the location specified by --fifo. =item --fifo=Epath to file or pipeE Save captured packet to file or send it through pipe. =item --start-from=Eentry countE Start from the last Eentry countE entries, similar to the "-n" or "--lines" argument for the L command. Values prefixed with a B<+> sign start from the beginning of the journal, otherwise the count starts from the end. The default value is 10. To include all entries use B<+0>. =back =head1 EXAMPLES To see program arguments: sdjournal --help To see program version: sdjournal --version To see interfaces: sdjournal --extcap-interfaces Only one interface (sdjournal) is supported. Output: interface {value=sdjournal}{display=systemd journal capture} To see interface DLTs: sdjournal --extcap-interface=sdjournal --extcap-dlts Output: dlt {number=147}{name=sdjournal}{display=USER0} To see interface configuration options: sdjournal --extcap-interface=sdjournal --extcap-config Output: arg {number=0}{call=--start-from}{display=Starting position}{type=string} {tooltip=The journal starting position. Values with a leading "+" start from the beginning, similar to the "tail" command} To capture: sdjournal --extcap-interface=sdjournal --fifo=/tmp/sdjournal.pcap --capture To capture all entries since the system was booted: sdjournal --extcap-interface=sdjournal --fifo=/tmp/sdjournal.pcap --capture --start-from +0 NOTE: To stop capturing CTRL+C/kill/terminate application. =head1 SEE ALSO wireshark(1), tshark(1), dumpcap(1), extcap(4), tcpdump(1) =head1 NOTES B is part of the B distribution. The latest version of B can be found at L. HTML versions of the Wireshark project man pages are available at: L. =head1 AUTHORS Original Author -------- ------ Gerald Combs