114d790feSJayanth Othayoth#!/bin/bash
214d790feSJayanth Othayoth#
3*6d7f753bSMarri Devender Rao# config: 24 10
414d790feSJayanth Othayoth# @brief: Collect Journal pretty log information.
514d790feSJayanth Othayoth#
614d790feSJayanth Othayoth
714d790feSJayanth Othayoth. $DREPORT_INCLUDE/functions
814d790feSJayanth Othayoth
914d790feSJayanth Othayothdesc="Journal pretty log"
1014d790feSJayanth Othayothfile_name="journal-pretty.log"
1114d790feSJayanth Othayothcommand="journalctl -o json-pretty -r"
1214d790feSJayanth Othayoth
1314d790feSJayanth Othayothadd_cmd_output "$command" "$file_name" "$desc"
14