1. Convert Mixed Logs to CSV
System AdministratorBackground
A sysadmin needs to review a mix of JSON application logs and standard syslog entries to identify a recurring service failure.
Problem
Reading raw, mixed-format logs in a terminal is difficult and prevents easy sorting by error level or timestamp.
How to use
Paste the mixed log entries into the input area, select 'CSV' as the export format, and enable multiline aggregation.
Export Format: CSV, Aggregate Multiline: TrueOutcome
The tool normalizes the JSON and syslog entries into a single CSV structure, allowing the sysadmin to sort by timestamp and filter by error level in a spreadsheet.