Help Center/ Log Tank Service/ User Guide/ Log Transfer/ Transferring Logs to DMS
Updated on 2025-07-28 GMT+08:00

Transferring Logs to DMS

You can use DMS APIs to consume and process logs in real time.

This function is available only to whitelisted users. To use it, submit a service ticket.

Prerequisites

  • Logs have been ingested to LTS.
  • You have purchased a DMS instance. You will be billed for the storage you use in DMS. For details, see Huawei Cloud Pricing.
  • Before registering a DMS Kafka instance, configure an inbound rule to allow access from 198.19.128.0/17 over port 9011. If DMS's subnet is associated with a network ACL, you need to configure an inbound rule for the network ACL. For this rule, set the protocol to TCP, the source IP address to 198.19.128.0/17, the port number range to 1 to 65535, and the destination port to 9011, and allow the destination IP address.

Transferring Logs to DMS

  1. Log in to the LTS console and choose Log Transfer in the navigation pane.
  2. Click Configure Log Transfer in the upper right corner.
  3. On the displayed page, configure the log transfer parameters.

    Table 1 Transfer parameters

    Parameter

    Description

    Example Value

    Source Account

    • Current: Logs of the current account will be transferred.
    • Other: Logs of the delegator account will be transferred. Ensure that the delegator has created an agency for log transfer delegation. For details, see Creating an Agency.

    Current

    Agency Name

    This parameter is required when Log Source Account is set to Other. Enter the name of the IAM agency created by the delegator.

    -

    Delegator Account Name

    This parameter is required when Log Source Account is set to Other. Enter the account name of the delegator.

    -

    Enable Transfer

    Enabled by default.

    Enabled

    Transfer Destination

    Select a cloud service to which logs are transferred.

    DMS

    Log Group Name

    Select a log group.

    -

    Enterprise Project Name

    Select an enterprise project.

    • This parameter is displayed only when the enterprise project function is enabled for the current account.
    • If the enterprise project function is enabled for the current account:
      • All enterprise projects under the current account are displayed in the drop-down list when Log Source Account is set to Current.
      • default is displayed when Log Source Account is set to Other and the enterprise project function is not enabled for the delegator account.
      • All enterprise projects under the delegator account are displayed when Log Source Account is set to Other and the enterprise project function is enabled for the delegator account.

    -

    Log Stream Name

    Select a log stream.

    Log streams that have been configured with DMS transfer settings cannot be configured again.

    -

    Kafka Instance

    Select a Kafka instance. If no instances are available, click View Kafka Instances to access the DMS console and create a Kafka instance.

    If a Kafka instance has been registered, you can modify it. For details about how to register a Kafka instance, see Registering a Kafka Instance.

    When creating a Kafka instance, set the instance access mode as follows: Enable ciphertext access for private network access, set the kafka security protocol to SASL_SSL, set the username and password, and enable SASL/PLAIN. For details, see Buying a Kafka Instance.

    -

    Topic

    Select a topic of the Kafka instance. If no topic is available, log in to the DMS console, navigate to the Topics page, and create a topic for the Kafka instance.

    topic-01

    Format

    The storage format of logs. The value can be Raw log format or JSON.

    • Example of the raw log format:
      (Logs displayed on the LTS console are in the raw format.)
      Sep 30 07:30:01 ecs-bd70 CRON[3459]: (root) CMD (/opt/oss/servicemgr/ICAgent/bin/manual/mstart.sh > /dev/null 2>&1)
    • Example of the JSON format:
      {"host_name":"ecs-bd70","ip":"192.168.0.54","line_no":249,"message":"Sep 30 14:40:01 ecs-bd70 CRON[4363]: (root) CMD (/opt/oss/servicemgr/ICAgent/bin/manual/mstart.sh > /dev/null 2>&1)\n","path":"/var/log/syslog","time":1569825602303}

    Raw log format

    Transfer Interval

    Logs are transferred to the Kafka instance in real time.

    Real time

    Log Stream Fields

    This parameter is available when Format is set to JSON.

    After enabling transfer for Log Stream Fields, you can enable/disable raw log transfer and select fields to transfer.

    • If Transfer Raw Logs is enabled, the message field is transferred. If it is disabled, the message field is not transferred.
    • If you select All for Fields to Transfer, all log fields are transferred.
    • If you select Specified for Fields to Transfer, you can manually configure log fields to be transferred.
      • Click Auto Configure to have LTS automatically generate fields to be transferred based on the first log event in the last 15 minutes, structured fields, or common system reserved fields (such as hostIP, hostName, and pathFile). You can add or delete fields as required.
      • Click Add to select a field to be transferred from the drop-down list. The list includes both log and table fields.
      • Click in the Operation column to delete a field that does not need to be transferred.

    -

    Built-in Fields and Custom Tags

    This parameter is available when Format is set to JSON.

    You can enable/disable the transfer of built-in fields and custom tags. If you enable it, you can select all or specified fields to be transferred.

    • If you select All for Fields to Transfer, all system and user-defined fields are transferred.
    • If you select Specified for Fields to Transfer, you can manually configure log fields to be transferred.
      • Click Auto Configure to have LTS automatically generate fields to be transferred based on the first log event in the last 15 minutes, structured fields, or common system reserved fields (such as hostIP, hostName, and pathFile). You can add or delete fields as required.
      • Click Add to select a field to be transferred from the drop-down list. The list includes both log and table fields.
      • Click in the Operation column to delete a field that does not need to be transferred.

    -

    Stream Tag Fields

    This parameter is available when Format is set to JSON.

    You can enable/disable the transfer of log stream tag fields. If you enable it, you can select all or specified fields to be transferred. For details about how to set tags, see Managing Log Streams.

    • If you select All for Fields to Transfer, all log stream fields are transferred.
    • If you select Specified for Fields to Transfer, you can manually configure log fields to be transferred.
      • Click Auto Configure to have LTS automatically generate fields to be transferred based on the first log event in the last 15 minutes, structured fields, or common system reserved fields (such as hostIP, hostName, and pathFile). You can add or delete fields as required.
      • Click Add to select a field to be transferred from the drop-down list. The list includes both log and table fields.
      • Click in the Operation column to delete a field that does not need to be transferred.

    -

    More Settings

    This parameter is available when Format is set to JSON.

    If no value in the log corresponds to the configured key, an invalid field is used.

    -

  4. Click OK. When the log transfer status changes to Normal, the transfer task has been created.
  5. Click the Kafka instance in the Transfer Destination column to access its basic information page.

    After a transfer task is created, you can view, modify, and delete it.

    After a transfer task is deleted, the logs that have been transferred remain in DMS.

    Deleting a transfer task will stop log transfer, and the deleted task cannot be restored. Exercise caution when performing this operation.

Registering a Kafka Instance

  1. If you select a Kafka instance that is not registered, access the page for registering the Kafka instance.
  2. Configure the parameters for registering a Kafka instance.
    Table 2 Parameters

    Parameter

    Description

    Example Value

    Kafka Instance

    DMS instance name.

    Kafka-01

    Create DMS Network

    Connect the Kafka instance to LTS so that LTS can send data through this network.

    -

    Username

    If SASL authentication is enabled for the Kafka instance, enter the username for SASL authentication.

    DMS

    Password

    If SASL authentication is enabled for the Kafka instance, enter the password for SASL authentication.

    -

  3. Click OK.

Helpful Links

  • If you have any questions when configuring log transfer, see Log Transfer in the FAQ.
  • You can create, query, and delete log transfer tasks by calling APIs. For details, see Log Transfer.