Read Archived Logs
Mezmo log files are exported and stored in zipped JSON Log files format. There are several tools you can use to re-ingest and parse the historical data in your archived logs, including the Mezmo Data Restoration feature, Amazon Athena, Google BigQuery, IBM SQL Query, and jq.
Mezmo Log Data Restoration
Log Data Restoration let you re-ingest, or restore, archived logs from cold storage so you can search the log data in the Mezmo user interface. Restoration is useful for troubleshooting older bug tickets, as well as bringing up additional context from older logs beyond your retention period. You can find more detailed information in the Restore Log Data topic.
Amazon Athena
Amazon Athena is a serverless interactive query service that can analyze large datasets residing in S3 buckets. You can use Amazon Athena to define a schema and query results using SQL. More information about Amazon Athena is available in the AWS Athena documentation.
Google BigQuery
Google BigQuery is a serverless enterprise data warehouse that can analyze large datasets. You can find more information about Google Big Query in the official documentation.
IBM SQL Query
IBM SQL Query is a serverless data processing and analytics service for large volumes of data stored on IBM Cloud Object Storage. This blog article provides detailed information for using IBM SQL Query with Mezmo data in IBM Cloud.
jq
jq is a handy command-line tool used to parse JSON data. Once your archive has been uncompressed, you can use jq to parse your archive log files. You can find more information about jq on their Github page.