Editing a Search with OpenSearch Cluster
Update an OpenSearch cluster's configuration.
- On the Clusters list page, select the OpenSearch cluster that you want to work with. If you need help finding the list page or the cluster, see Listing Search with OpenSearch Clusters.
- On the OpenSearch cluster's details page, select Edit.
- Update the settings as needed. Avoid entering confidential information. For descriptions of the settings, see Creating a Search with OpenSearch Pipeline.
- Select Save changes.
Use the oci opensearch cluster update command and required parameters to update a cluster:
oci opensearch cluster update --opensearch-cluster-id cluster_ocid --display-name display_name [OPTIONS]For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Generating a Password Hash
If you're including the optional
security-master-user-password-hashparameter to use with the optionalsecurity-master-user-nameparameter, you need to generate the password hash:Run the UpgradeOpenSearchCluster operation to update a cluster.