Project selected fields as columns journalctl

Trim JSON to needed fields then tab-format; __REALTIME_TIMESTAMP is microseconds

journalctl -u <name> --output=json --output-fields=__REALTIME_TIMESTAMP,MESSAGE,_PID | jq -r '[.__REALTIME_TIMESTAMP,._PID,.MESSAGE]|@tsv'
more journalctl all 12 commands →