appliance-cli debug dump¶
Create a (compressed) snapshot of the tail of journald logs.
appliance-cli debug dump [flags]
Examples¶
appliance-cli debug dump --output journal.export.zst --context host1.site1.org
Options¶
--context string Select the appliance context
--duration string Length of the debug dump in terms of time duration. (default "1h")
-h, --help help for dump
--insecure Disable SSL verification
-o, --output string Location where the debug dump file is written to. (default "journal.export.zst")
--since string Only valid in conjunction with --use-journalctl. Will be passed through to journalctl (see journalctl(1)). If specified, no log messages contained in the output will have a timestamp older than the given threshold.
--until string Only valid in conjunction with --use-journalctl. Will be passed through to journalctl (see journalctl(1)). If specified, no log messages contained in the output will have a timestamp newer than the given threshold.
--use-journalctl Call out to journalctl directly to create the dump.
SEE ALSO¶
appliance-cli debug - Use the debugging features of the appliance