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 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 Cluster.
- 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 parameters and values for CLI commands, see the CLI Command 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. For more information, see Generating a Password Hash (CLI and Terraform Only).Run the UpgradeOpenSearchCluster operation to update a cluster.