Basic Configuration Item | Description | Rule | Required |
Shipping Task Name | Name of the delivery task. | - | Required |
Service log | Write the monitoring metrics of the delivery task running to the free log topic cls_service_log. | - | No |
Shipping Mode | Currently only support Batch Shipping. | - | No |
File Size | The size of the raw log file to be delivered works in conjunction with the delivery interval time. Whichever condition is met first will trigger the rule to compress the file, and then deliver it to DLC. For example, if you configure 256MB and 15 minutes, and the file size reaches 256MB in 5 minutes, then the file size condition will trigger the delivery task first. | 5 - 256, unit: MB. | No |
Shipping Interval | Specify the interval to trigger a delivery. This works with the delivery file size. Whichever condition is met first will trigger the rule to compress the file and deliver it to DLC. For example, if you configure 256MB and 15 minutes, and the file size is only 200MB after 15 minutes, then the interval time condition will trigger the delivery task first. | 300 - 900, unit: s. | No |
Data Table Configuration Item | Description | Rule | Required |
Data Catalogs | Currently, only DataLakeCatalog is supported. | - | No |
Database | Select your DLC database. | - | Required |
Data Table | Select your DLC data table. | - | Required |
data Field | Log Field Name: Map fields in the CLS log to corresponding DLC fields, as shown in the log in figure: Only support filling in the key of the first-layer node in JSON, such as app_name. Nested nodes like details.request_id are not supported.
Preview Logs: Click this button to view log samples (JSON format) on the right side of the page, helping you select fields and fill in log field names. Data Table Field Name: The data table field is read from DLC and cannot be modified here. Please go to DLC to edit. Field Type: Type of DLC field, not supported here. Please go to DLC to modify. Assignment information returned upon resolution failure: NULL/empty/custom value. If the user's raw field cannot be parsed as the specified type, the system will attempt to parse the unresolved field. If the unresolved field also cannot be parsed, it will fill the default zero value. int/bigint: corresponds to 0 float/double/decimal: corresponds to 0 date: today timestamp: corresponding current timestamp Enable Mapping: whether to map this field to the DLC table. If not required, toggle off. | - | Required |
Partition Field | Log Field Name: the field name of the log, used for Mapping the partition field in DLC. If your DLC table is partitioned by time, we recommend using the log time field here, such as __TIMESTAMP__. Data Table Field Name: partition field, read from DLC, cannot be modified here. Please go to DLC to edit. Field Type: type of partition field, read from DLC, not supported here. Please go to DLC to modify. | - | Required |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback