Full Changelog: 0.7.7...0.7.8
- Implemented reading audit logs with filtering by keys from
auditdininterpretmode (interpret results to be human readable, for example, to convert system calls or user IDs, as opposed to the standard reading from the log in raw form from the file system).
- Added a new filtering mode by
timestampfor journald, docker and podman logs from streams (updated information inREADMEand the help window).
-
Expanded functionality for working in command line mode. Added new flags
--command-fuzzy, -fand--command-regex, -rfor filtering output via pipe. -
Reworked the Docker log reading process to separate
stdoutandstderrstreams. When the user does not have access to the/var/lib/docker/containersdirectory, the user can get data from both streams sorted bytimestamp. -
#21. Changed
timestampfor docker logs toYYYY-MM-DDTHH:MM:SS.MS(x9)Zformat, expanded the range of string switching (added values:200,500,1000) and added aCtrl+Thotkey for switching (disabling and enabling) the timestamp and data type output for stream.


