Skip to main content

Managing OpenSearch users

One administrator user with the all_access role is automatically created for each cluster. A user with this role receives full access to the cluster — for example, they have the right to write data to all indices and in all tenants (tenants). The administrator can manage other cluster users via the OpenSearch dashboard and API. A list of OpenSearch operations available to the administrator can be viewed in the Supported operations.

The administrator username is admin. The administrator password is set when creating a cluster. After creation, the password cannot be viewed in the Control Panel, but it can be changed.

For more information about managing users and roles, see the Defining users and roles article in the OpenSearch documentation.

Change the OpenSearch administrator password

  1. In the Control Panel, on the top menu, click Products and select Managed Databases.

  2. Open the Active tab.

  3. Open the database cluster page → Settings tab.

  4. In the User password block, click Change.

  5. Enter a new password or click Generate. The password must contain:

    • at least 8 characters;
    • uppercase and lowercase Latin letters;
    • numbers;
    • special characters — !?@$%&*..
  6. Copy and save the user password – it cannot be viewed in the Control Panel after saving.

  7. Click Save.

  8. Update the password in the application that connects to the cluster.