Files
doc-exports/docs/css/umn/css_01_0489.html
zhengxiu 2125539080 css umn 25.1.0 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: zhengxiu <zhengxiu@huawei.com>
Co-committed-by: zhengxiu <zhengxiu@huawei.com>
2025-07-04 09:10:17 +00:00

14 KiB

Configuring Default Parameters in the .yml Configuration File of an OpenSearch Cluster

You can modify an OpenSearch cluster's configuration file for purposes like accelerating queries, enabling cross-domain access, adjusting the internal cache size, and managing the task queue size. The core configuration information of an OpenSearch cluster is stored in a named opensearch.yml. You can modify specific parameters in this file on the CSS management console.

Configuring the .yml File

  1. Log in to the CSS management console.
  2. In the navigation pane on the left, choose Clusters > OpenSearch.
  3. In the cluster list, click the target cluster name to switch to the Cluster Information page.
  4. Click Parameter Configurations and click Edit to modify module parameters as required.
    Table 1 Module parameters

    Module Name

    Parameter

    Description

    Cross-domain Access

    http.cors.allow-credentials

    Whether to return the Access-Control-Allow-Credentials of the header during cross-domain access

    Value: true or false

    Default value: false

    http.cors.allow-origin

    Origin IP address allowed for cross-domain access, for example, 192.168.122.122:9200

    http.cors.max-age

    Cache duration of the browser. The cache is automatically cleared after the time range you specify.

    Unit: s

    Default value: 1728000

    http.cors.allow-headers

    Headers allowed for cross-domain access, including X-Requested-With, Content-Type, and Content-Length. Use commas (,) and spaces to separate headers.

    http.cors.enabled

    Whether to allow cross-domain access

    Value: true or false

    Default value: false

    http.cors.allow-methods

    Methods allowed for cross-domain access, including OPTIONS, HEAD, GET, POST, PUT, and DELETE. Use commas (,) and spaces to separate methods.

    Reindexing

    reindex.remote.whitelist

    Configure this parameter to migrate data from the current cluster to the destination cluster through the reindex API. Example value: 192.168.122.122:9200.

    Custom Cache

    indices.queries.cache.size

    Cache size in the query phase

    Value range: 1 to 100

    Unit: %

    Default value: 10%

    Queue Size in a Thread Pool

    thread_pool.force_merge.size

    Queue size in the force merge thread pool. The value is an integer.

    Default value: 1

    Customize

    You can add parameters based on your needs.

    Customized parameters

    • Enter multiple values in the format [value1, value2, value3...].
    • Separate different values using commas (,) and spaces.
    • Colons (:) are not allowed.
    WARNING:

    Set the values of any custom parameters to those supported by OpenSearch. Otherwise, the cluster may fail to restart. Exercise caution when performing this operation.

  5. After the modification is complete, click Submit. In the displayed Submit Configuration dialog box, select the box indicating "I understand that the modification will take effect after the cluster is restarted." and click Yes.

    If the Status is Succeeded in the parameter modification list, the modification has been saved. Up to 20 modification records can be displayed.

  6. Return to the cluster list and choose More > Restart in the Operation column to restart the cluster and make the modification take effect.
    • You need to restart the cluster after modification, or Configuration not updated will be displayed in the Task Status column on the Clusters page.
    • If you restart the cluster after the modification, and Task Status displays Configuration error, the parameter configuration file fails to be modified.