podman.logs

$ target-query <path/to/target> -f podman.logs
Details

Module

dissect.target.plugins.apps.container.podman.PodmanPlugin

Output

records

Module documentation

Parse Podman artefacts.

References:

Function documentation

Returns log files (stdout/stderr) from Podman containers.

Podman is configured by default to log towards syslog or journald. This function parses non-default k8s-file and json-file log driver settings.

Note that json-file is an alias of k8s-file and does not actually produce JSON output.

Currently does not parse custom configuration in containers.conf for log_opt path values.

References: