コネクタ・ハブの詳細

コネクタ・ハブのサービス・ログの詳細を確認します。

リソース

ログ・カテゴリ

API値(ID) コンソール(表示名) 説明
ランログ コネクタ・トラッキング サービス・コネクタ実行に関する情報(成功または失敗を示す)。

可用性

コネクタ・ハブのロギングは、商用レルムのすべてのリージョンで使用できます。

コネクタ・ハブ・ログの内容

プロパティ 説明
logContent/data/log Log level使用可能な値:
  • INFO
  • ERROR
logContent/data/message ログ・イベントのサマリー。
logContent/data/messageType ログ・メッセージのタイプ。使用可能な値:
  • CONNECTOR_RUN_STARTED
  • CONNECTOR_RUN_COMPLETED
logContent/oracle/compartmentOCID サービス・コネクタが属するコンパートメント。
logContent/oracle/connectorId サービス・コネクタのOCID。

ロギング・フォーマットの概要」も参照してください。

成功ログの例

{
  "datetime": 1690935026859,
  "logContent": {
    "data": {
      "level": "INFO",
      "message": "Run succeeded - Read 2 messages from source and wrote 2 messages to target",
      "messageType": "CONNECTOR_RUN_COMPLETED"
    },
    "id": "f83205ef-0bef-47d0-b6b2-362afc4a2e9a",
    "oracle": {
      "compartmentid": "ocid1.compartment.oc1..<unique_ID>",
      "ingestedtime": "2023-08-02T00:10:28.990Z",
      "loggroupid": "ocid1.loggroup.oc1.phx.<unique_ID>",
      "logid": "ocid1.log.oc1.phx.<unique_ID>",
      "resourceid": "ocid1.serviceconnector.oc1.phx.<unique_ID>",
      "tenantid": "ocid1.tenancy.oc1..<unique_ID>"
    },
    "source": "KP_SourceStream1_TargetStream1",
    "specversion": "1.0",
    "time": "2023-08-02T00:10:26.859Z",
    "type": "com.oraclecloud.sch.serviceconnector.runlog"
  },
  "regionId": "us-phoenix-1"
}

エラー・ログの例

{
  "datetime": 1690936656793,
  "logContent": {
    "data": {
      "level": "ERROR",
      "message": "Run failed due to Destination error, Error Code : 404 NotAuthorizedOrNotFound. For troubleshooting tips, see https://docs.oracle.com/iaas/Content/service-connector-hub/troubleshooting.htm.",
      "messageType": "CONNECTOR_RUN_COMPLETED"
    },
    "id": "cbe82e67-4fed-4a2e-91e8-582f6c881eba",
    "oracle": {
      "compartmentid": "ocid1.compartment.oc1..<unique_ID>",
      "ingestedtime": "2023-08-02T00:37:42.973Z",
      "loggroupid": "ocid1.loggroup.oc1.phx.<unique_ID>",
      "logid": "ocid1.log.oc1.phx.<unique_ID>",
      "resourceid": "ocid1.serviceconnector.oc1.phx.<unique_ID>",
      "tenantid": "ocid1.tenancy.oc1..<unique_ID>"
    },
    "source": "KP_SourceStream1_TargetStream1",
    "specversion": "1.0",
    "time": "2023-08-02T00:37:36.793Z",
    "type": "com.oraclecloud.sch.serviceconnector.runlog"
  },
  "regionId": "us-phoenix-1"
}

新機能