Skip to content

0.7.8

Latest
Compare
Choose a tag to compare
@Lifailon Lifailon released this 15 Apr 08:28
· 3 commits to main since this release

Full Changelog: 0.7.7...0.7.8

  • Implemented reading audit logs with filtering by keys from auditd in interpret mode (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).

image

  • Added a new filtering mode by timestamp for journald, docker and podman logs from streams (updated information in README and the help window).

image

  • Expanded functionality for working in command line mode. Added new flags --command-fuzzy, -f and --command-regex, -r for filtering output via pipe.

  • Reworked the Docker log reading process to separate stdout and stderr streams. When the user does not have access to the /var/lib/docker/containers directory, the user can get data from both streams sorted by timestamp.

  • #21. Changed timestamp for docker logs to YYYY-MM-DDTHH:MM:SS.MS(x9)Z format, expanded the range of string switching (added values: 200, 500, 1000) and added a Ctrl+T hotkey for switching (disabling and enabling) the timestamp and data type output for stream.

image