All Products
Search
Document Center

OpenSearch:Configure the MultiValueSpliter plugin

Last Updated:Jun 21, 2026

Add the MultiValueSpliter plugin

1. For a new application, you can configure the plugin in Step 3 when you set up the data source. On the data source configuration page, find the target data table and click Edit in the Actions column. This action opens the data source editing page, where you can configure the MultiValueSpliter plugin.

In the field mapping configuration table, set the OpenSearch table field to int_array, set the transformation function in the content transformation column to H, which represents the MultiValueSpliter plugin, and select range_age for the RDS source field.

In the Plugin and Parameter Settings dialog box, select MultiValueSpliter on the left. On the right, enter the multi-value delimiter, and then click Save.

2. For an existing application (for example, a production application), navigate to application details page > offline change > data source configuration.

On the data source configuration page, find the target data table and click Edit in the Actions column.

Important
  • The MultiValueSpliter plugin is configured in the data source configuration.

  • The MultiValueSpliter plugin only supports literal_array fields.

  • For more information about field structures, see OpenSearch table structure.