Updated on 2025-09-05 GMT+08:00

Stopping Logstash Migration Tasks

Scenario

You can stop Logstash migration tasks using either of the following methods:

  • Stop All: Stop all tasks in the pipeline list. After the tasks are stopped successfully, their Status changes to Stopped.
  • Hot Stop: In the pipeline list, select one task, and click Hot Stop. Only one pipeline task can be hot-stopped at a time. A successfully hot-stopped pipeline task is removed from the pipeline list right away.

Stopping a pipeline will interrupt the corresponding Logstash data migration task. Exercise caution.

Prerequisites

There are Running pipeline tasks in the configuration center of the Logstash cluster.

Stopping All Migration Tasks

  1. Go to the Configuration Center page.
    1. Log in to the CSS management console.
    2. In the navigation pane on the left, choose Clusters > Logstash.
    3. In the cluster list, click the name of the target cluster. The cluster information page is displayed.
    4. Click the Configuration Center tab.
  2. To stop all data migration tasks, click Stop All above the pipeline list.
  3. In the displayed dialog box, click OK.

    If all tasks are stopped successfully, Status changes to Stopped for all tasks in the pipeline list, and data migration is stopped for all of them.

Hot Stopping a Migration Task

  1. Go to the Configuration Center page.
    1. Log in to the CSS management console.
    2. In the navigation pane on the left, choose Clusters > Logstash.
    3. In the cluster list, click the name of the target cluster. The cluster information page is displayed.
    4. Click the Configuration Center tab.
  2. To stop the data migration task of a single configuration file in the pipeline list, select the target pipeline, and click Hot Stop above.
  3. In the displayed dialog box, click OK.

    If the hot stop is successful, the task is removed from the pipeline list and data migration is stopped.