All Products
Search
Document Center

Simple Log Service:Manage consumer processors

Last Updated:Dec 01, 2025

When you consume data from a Logstore in real time, you can use consumer processors for data transformations such as data filtering, field fetching, field extension, and data masking. This topic describes how to manage consumer processors in the Simple Log Service console.

Create a consumer processor

Console

  1. Log on to the Simple Log Service console. In the Projects section, click the project you want.

    image

  2. In the navigation pane on the left, choose Resources > Data Processor. On the Data Processor page, click Consume Processor.

    image

  3. On the Consume Processor tab, click Create. In the Create Processor panel, set the Processor Name, Description, and SPL parameters, and then click Save. The following table describes the parameters.

    Parameter

    Description

    Processor Name

    The name of the consumer processor.

    Description

    The description of the consumer processor.

    SPL

    The Structured Process Language (SPL) statement. For more information about the SPL syntax, see SPL syntax.

API

PutConsumeProcessor - Create or update a consumer processor

Delete or update a consumer processor

If you delete a consumer processor, programs that use it, such as Flink, DataWorks, and SDKs, will continuously report errors and stop consuming data. Stop the consumer programs before you delete the consumer processor.

Console

On the Data Processor > Consume Processor tab, you can view the list of created processors. To manage a specific consumer processor, click Modify or Delete.

image

API

What to do next