UI overview

Below you can find the overview of the features contained in the ADS Command Center (ADSCC) UI.

Login window

This is the first window the user sees at the start of an ADSCC session. In order to access to ADSCC, you are prompted to enter your credentials (login and password) in the corresponding fields. After you entered your credentials, click Sign in.

adscc ui 01 dark
Login window
adscc ui 01 light
Login window

Main window

This is the window that the user sees after logging into ADSCC. The main window contains four sections:

  • Authorization section is located at the top of the screen.

  • Information section is located in the upper half of the screen.

  • Search section is located in the middle of the screen.

  • The cluster management section is located in the lower half of the screen.

adscc ui 02 dark
Main window
adscc ui 02 light
Main window

All subsections and their contents are described in detail below.

Authorization section

The authorization section contains:

  • icon to exit ADSCC or change user;

  • icon to open the username under which the session was logged in.

adscc ui 08 dark
Authorization section
adscc ui 08 light
Authorization section

Information section

The information section contains data on the percentage of the number of clusters in the online and offline state. The data is presented in graphical form. Also in this section is available a list of the latest clusters with which work was carried out.

adscc ui 03 dark
Information section
adscc ui 03 light
Information section

Search section

In this section, you can search for clusters by the entered designation. You can also set filters to search — cluster states.

adscc ui 04 dark
Search section
adscc ui 04 light
Search section

As a result of the search, clusters matching the search conditions will appear in the cluster management section.

Cluster management section

This section selects a cluster for management. Here it is also possible to set filters — cluster states for sampling. To create a selection, click on the + sign next to the section name Manage clusters.

adscc ui 14 dark
Opening filters to create a selection
adscc ui 14 light
Opening filters to create a selection
adscc ui 05 dark
Cluster management section
adscc ui 05 light
Cluster management section

Cluster management

To manage a cluster, in the cluster management section click on the name of the desired cluster.

adscc ui 06 dark
Selecting a cluster to manage
adscc ui 06 light
Selecting a cluster to manage

Next, a window opens with the available functionality for this cluster. At the moment, the functionality is available only for working with the Kafka Connect service. If this service is installed in this cluster, it becomes possible to go to the cluster to create connectors.

adscc ui 07 dark
Available cluster management tools
adscc ui 07 light
Available cluster management tools

Next, the list of created connectors becomes available for viewing, if any, as well as the Create Connector button for creating new connectors.

To create a connector, do the following:

  1. Click Create Connector.

    adscc ui 09 dark
    Kafka Connect connector list page
    adscc ui 09 light
    Kafka Connect connector list page

    Next, a window opens for selecting a connector to create.

  2. Select the desired connector.

    adscc ui 10 dark
    List of Kafka Connect connectors
    adscc ui 10 light
    List of Kafka Connect connectors

    The following connectors are available for use:

    • FileStreamSinkConnector — connector designed to read data from Kafka and output it to a local file.

    • FileStreamSourceConnector — connector designed to read data from a file and send it to Kafka.

    • MirrorCheckpointConnector, MirrorHeartbeatConnector, MirrorSourceConnector — connectors designed to replicate topics using the Mirror Maker 2 mechanism. For more information on working with these connectors in ADSCC, see Mirror Maker 2 in ADSCC.

  3. Next, fill in the connector configuration in the window that opens. You can use populating the config as a JSON file. To do this, turn on the corresponding switch.

    adscc ui 11 dark
    Connector configuration
    adscc ui 11 light
    Connector configuration
    adscc ui 12 dark
    Сonnector JSON configuration file
    adscc ui 12 light
    .Сonnector JSON configuration file
  4. After filling, click Save configuration and get a message about the successful creation of the connector.

    adscc mm2 08 dark
    Message about the successful creation of the connector
    adscc mm2 08 light
    Message about the successful creation of the connector
  5. Check that the Connectors for ads page displays the created connectors and their status is working.

    adscc ui 13 dark
    Created connectors
    adscc ui 13 light
    Created connectors
Found a mistake? Seleсt text and press Ctrl+Enter to report it