All Products
Search
Document Center

OpenSearch:Configure the MultiValueSpliter plugin

Last Updated:Apr 01, 2026

Prerequisites

Before you begin, ensure that you have:

  • Access to the OpenSearch console

  • A target field of the LITERAL_ARRAY type

The MultiValueSpliter plug-in works only with LITERAL_ARRAY fields. If the target field uses a different type, update the field type in your application schema before proceeding. See Application schema.

Add the plug-in to a new application

Configure the plug-in for the target field in the Data Source step of the application creation wizard.

  1. In the OpenSearch console, start creating an application.

  2. In the Data Source step, find the LITERAL_ARRAY field you want to configure and select the MultiValueSpliter plug-in.

    Data Source step — field plugin selection

    Plugin selection detail

    Plugin configured on field

  3. Complete the remaining steps to create the application.

Add the plug-in to an existing application

To add the plug-in to an application that is already online, modify the application offline and reconfigure the Data Source step.

  1. On the Instance Management page in the OpenSearch console, find the application and click Details in the Actions column.

  2. On the Online Application tab of the Instance Details page, click Modify Offline Application.

  3. In the Modify Application wizard, go to the Data Source step.

    Instance Management page

    Modify Offline Application flow

  4. Find the LITERAL_ARRAY field you want to configure and select the MultiValueSpliter plug-in.

    Data Source step for existing application

  5. Complete the remaining steps to save and publish the changes.

What's next

  • Application schema — Understand field types, including LITERAL_ARRAY, and learn how to define or update your application schema.