Configure services

  1. Select a cluster on the Clusters page. To do this, click a cluster name in the Name column.

    Select a cluster
    Select a cluster
  2. Open the Services tab on the cluster page, find the row that contains the desired service, and click its name in the Name column.

    Switch to configuring a service
    Switch to configuring a service
  3. In the window that opens:

    • Open the Primary Configuration tab.

    • Switch on the Show advanced toggle.

    • Fill in configuration parameters of the selected service. The fields highlighted in red are mandatory.

    • Click Save.

      Configure a service
      Configure a service
ADQM user credentials

 
In the ADQM username and ADQM user password parameters of the ADQM Control service, specify the name and password of an ADQM user to be used by ADQM Control agents for connecting to ADQM. For this, you can use the default ADQM user account with an assigned password or create a separate user account in ADQM (recommended), for example:

CREATE USER adqmc ON CLUSTER default_cluster IDENTIFIED WITH sha256_password BY 'qwerty123';
GRANT ON CLUSTER default_cluster SELECT ON *.* TO adqmc;

For more information about all configuration parameters of ADQM Control services, see Configuration parameters.

Found a mistake? Seleсt text and press Ctrl+Enter to report it