All Products
Search
Document Center

Simple Log Service:Manage consumer processors

Last Updated:Jun 23, 2026

Consumer processors transform data consumed from a Logstore in real time. Common use cases include data filtering, field extraction, field enrichment, and data masking.

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, choose Resources > Data Processor. On the Data Processor page, click Consumer Processor.

  3. On the Consumer Processor tab, click Create. In the Create Processor panel, configure Processor Name, Description, and SPL, and then click Save .

    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 depend on it, such as Flink, DataWorks, and SDKs, will continuously report errors and stop consuming data. Stop all consumer programs before you delete the processor.

Console

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

API

What to do next