Details for Media Flow

Logging details for Media Flow logs.

Resources

  • Media Workflow

Log Categories

API value (ID): Console (Display Name) Description
execution Execution Events Includes the Media Flow execution logs.

Availability

Media Flow logging is available in all the regions of the commercial realms.

Comments

You can enable Media Flow logs for the Media Workflow resources, which means that the executions are logged for all the jobs included in a media workflow. See Service Logs and Media Flow Logs for details.

Contents of a Media Flow Log

Property Description Example
mediaWorkflowId OCID of the Media Workflow resource. ocid1.mediaworkflow.oc1.<region_ID>.<unique_ID>
mediaWorkflowJobId OCID of the Media Workflow Job resource. ocid1.mediaworkflowjob.oc1.<region_ID>.<unique_ID>
message Log messages exposed to user Publicly available log messages.
  • Job added to queue
  • Task thumbnail started
  • Job status updated to SUCCEEDED
taskKey The key of the task step.
  • move
  • transcribe
  • thumbnail
taskType The type of the task step.
  • thumbnail
  • getFiles
  • transcribe
compartment id OCID of the compartment. ocid1.compartment.oc1.<region_ID>.<unique_ID>
ingestedtime The time when the log is ingested. 2022-09-13T16:29:51.044Z
loggroupid OCID of the log group. ocid1.loggroup.oc1.<region_ID>.<unique_ID>
logid OCID of the log. ocid1.log.oc1.<region_ID>.<unique_ID>
tenantid OCID of the tenant. ocid1.tenancy.oc1..<region_ID>.<unique_ID>
source OCID of the Media Workflow. ocid1.mediaworkflow.oc1.<region_ID>.<unique_ID>
specversion The spec version, which is 1.0 for all the logs. 1.0
time Time of ingestion. 2022-09-13T16:29:17.304Z
type Category of the log. EXECUTION

Example Media Flow Logs

{
  "datetime": 1663612940797,
  "logContent": {
    "data": {
      "mediaWorkflowId": "ocid1.mediaworkflow.oc1.<region_ID>.<unique_ID>",
      "mediaWorkflowJobId": "ocid1.mediaworkflowjob.oc1.<region_ID>.<unique_ID>",
      "message": "Job added to queue"
    },
    "id": "86daee53-9e82-4837-8c77-ce49b9b3cdae",
    "oracle": {
      "compartmentid": "ocid1.compartment.oc1..<unique_ID>",
      "ingestedtime": "2022-09-19T18:42:53.635Z",
      "loggroupid": "ocid1.loggroup.oc1.<region_ID>.<unique_ID>",
      "logid": "ocid1.log.oc1.<region_ID>.<unique_ID>",
      "tenantid": "ocid1.tenancy.oc1..<unique_ID>"
    },
    "source": "ocid1.mediaworkflow.oc1.<region_ID>.<unique_ID>",
    "specversion": "1.0",
    "time": "2022-09-19T18:42:20.797Z",
    "type": "EXECUTION"
  }
}
{
  "datetime": 1663612940859,
  "logContent": {
    "data": {
      "mediaWorkflowId": "ocid1.mediaworkflow.oc1.<region_ID>.<unique_ID>",
      "mediaWorkflowJobId": "ocid1.mediaworkflowjob.oc1.<region_ID>.<unique_ID>",
      "message": "Task getFiles started",
      "taskKey": "move",
      "taskType": "getFiles"
    },
    "id": "8fd75b11-6763-4956-a592-fe58cf6663ce",
    "oracle": {
      "compartmentid": "ocid1.compartment.oc1..<unique_ID>",
      "ingestedtime": "2022-09-19T18:42:53.274Z",
      "loggroupid": "ocid1.loggroup.oc1.<region_ID>.<unique_ID>",
      "logid": "ocid1.log.oc1.<region_ID>.<unique_ID>",
      "tenantid": "ocid1.tenancy.oc1..<unique_ID>"
    },
    "source": "ocid1.mediaworkflow.oc1.<region_ID>.<unique_ID>",
    "specversion": "1.0",
    "time": "2022-09-19T18:42:20.859Z",
    "type": "EXECUTION"
  }
}