Monitoring system events through the Audit Log

Security administrators have two options for exporting and reviewing activity during specific timeframes. This tracking is easily integrated into logging.
auditlog export
This command adds an activity log to all audit log files. The exported file can be in JSON or CSV format.
auditlog export --s start_time --e end_time
Times are in yyyyMMddHHmmss format. If no specific timeframe is specified, the default is the current day's start date and the time the command is issued.
auditlog info
This command adds a count information file to the audit log files. The exported file is in JSON format.
auditlog info --s start_time --e end_time
Times are in yyyyMMddHHmmss format. If no specific timeframe is specified, the default is the current day's start date and the time the command is issued.