The Elasticsearch Serverless service provides configuration management features for indexes, allowing you to quickly view an index's configuration on the configuration management page. You can also modify index configurations to quickly adapt to business growth.
Viewing the Index Configuration
Upon entering this page, the default view mode displays information such as field mappings and data storage duration.
Additionally, you can click Change to JSON mode in the upper right corner to view the current index configuration in JSON format. Modifying the Index Configuration
Click Modify configuration in the lower left corner to enter the edit mode, allowing you to adjust index configuration settings, such as field mappings or data storage duration.
When you change to JSON mode, the left-side panel displays the current configuration for the live index, making it easy to review active settings. The right-side panel provides an input box for modifying configuration settings. Enter the corresponding configuration information to be modified in the input box. Once the modification is successful, the corresponding index configuration items will be updated.
Was this page helpful?