Output
Messages are batched by 1,000 or to the Scanner list objects size configuration setting, if specified.
The messages are written to the output folder with the same Notification format used by the Scanner.
{
"system_name": "Test",
"object_etag": "\"de37d2cee49596916f62a233dfc790a4\"",
"request_time": "2018-09-24T18:49:29.383Z",
"format": 1,
"bucket_uuid": "ac89915b-d4ec-7ff1-00be-9c32b2aca580",
"system_uuid": "f7d033c2-9066-499a-a883-829860d4d865",
"object_length": "12319",
"object_name": "test_version",
"bucket_name": "vault3",
"content_type": "binary/octet-stream",
"request_id": "17451c3d-e81e-40ed-939a-4534780daaa8",
"operation": "s3:PutObject"
}
If an error occurs, the error messages are written to the
/opt/ibm/metaocean/data/connections/cos/replay/output/data/access_log_error/ directory.
Take note of the extra error_code
and error_description
elements.
{
"system_name": "Test",
"object_version": "null",
"request_time": "2018-09-24T17:07:59.471Z",
"format": 1,
"bucket_uuid": "ac89915b-d4ec-7ff1-00be-9c32b2aca580",
"system_uuid": "f7d033c2-9066-499a-a883-829860d4d865",
"object_length": "12319",
"object_name": "object5.2",
"bucket_name": "vault3",
"request_id": "ebc472a1-f955-4605-895b-840867b12e01",
"operation": "s3:PutObject",
"error_description": "Not Found",
"error_code": 404
}