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")
      --use-journalctl    Call out to journalctl directly to create the dump.

SEE ALSO