Skip to main content

Log Event Formats

Abstract

Describes the log events sent when Log Streaming is enabled.

Log Streaming collects specific events about your WPC from various log sources and writes them into your configured AWS S3 bucket. The information in the log events is described in JSON. The collected JSON events are compressed as a .gz file and written to the AWS S3 bucket.

All the JSON events contain the same Header fields and a log JSON object containing specific fields based on the type of event. The event type can be distinguished based on the value of the eventName JSON field.

The information in this section will assist any tools collecting these logs from the AWS S3 bucket in correctly parsing and displaying the information in these log events. These log event definitions are currently 'version 1' as populated in the CloudConnexaLogVersion JSON field. The version number should be referenced before parsing the JSON.