# CTK Dashboards in Kibana

* Kibana houses ten CTK Dashboards, which aid in presenting data in a comprehensible and significant manner.
* These dashboards facilitate continuous monitoring of data and system metrics. Users are able to establish visualizations that automatically update as new data is received.
* Kibana needs environmental access.
* Within the dashboard, **search** and **filtering** functionalities can be utilized.
* It should be noted that the data stored in Kibana may not be completely secure. To mitigate risks, we have taken precautions such as excluding sensitive data columns and allowing only necessary information for dashboard visualization.

  Let us see list of CTK dashboards.

1. **CTK - Onboarded Partners**

   This dashboard shows the pie chart regarding the partners onboarded in CTK, based on the type of project, list of partner id along with count of projects created and SBI projects by purpose.

<figure><img src="/files/ZAtQt3fx1ClsVOpEk24J" alt=""><figcaption></figcaption></figure>

2. **CTK - Active Partners, Testcase Trends**

This dashboard describes most active partners in CTK, most successful top 20 testcases and most failed top 20 testcases.

<figure><img src="/files/TZ4U2Gnu9FUNcc6tYe32" alt=""><figcaption></figcaption></figure>

3. **CTK – Testcases**

&#x20;  It displays all the CTK testcase details.

<figure><img src="/files/puSjHkUCEQkhSHSyfpPE" alt=""><figcaption></figcaption></figure>

4. **CTK - Top 5 Partners Successful Test Runs**

   It shows CTK - top 5 partners with successful test runs across all collections (including compliance collections).

<figure><img src="/files/5KadR5rTomUaDEc6EQ0B" alt=""><figcaption></figcaption></figure>

5. **CTK - Top 5 Partners Successful Test Runs for Compliance Collections**

The dashboard describes top 5 partners with successful test runs for only compliance collections.

<figure><img src="/files/HNNWbMvwiVOkqJFbmyyB" alt=""><figcaption></figcaption></figure>

6. **CTK - Biometrics Quality Report of BQAT SDK**

It shows Biometrics Quality Report for scores given by BQAT SDK.

<figure><img src="/files/4BBESWPo2R1XPhSj1hzC" alt=""><figcaption></figcaption></figure>

* Here, to add more panels like above, click the **Edit** button. This will enable you to edit the dashboard. Then, click the **Create Visualization** button to create a new panel.

<figure><img src="/files/I4EfftF7BqbNiYkuAoqe" alt=""><figcaption></figcaption></figure>

* Select Index Pattern and set horizontal and vertical axis.

<figure><img src="/files/Z8CRB1b0maoSYziEBm5p" alt=""><figcaption></figcaption></figure>

7. **CTK - Biometrics Quality Report of SBI**

The dashboard shows Biometrics Quality Report for scores given by SBI.

<figure><img src="/files/s84YQcHqecaGIhnIAkzR" alt=""><figcaption></figcaption></figure>

8. **CTK - Biometrics Quality Report Scores Comparison**

It compares the scores between different SDK and SBI.

<figure><img src="/files/k7NrFp6qPsXENkqz8SEt" alt=""><figcaption></figcaption></figure>

9. **CTK – Compliance Test Run Reports**

The number of reports submitted for review and their status are displayed on this dashboard.

<figure><img src="/files/CMbYwj2v2vQtLtbVEgLY" alt=""><figcaption></figcaption></figure>

11. **CTK- View Partner’s Test Run**

Here we can view a partner's test run status based on partner id and test run ID.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mosip.io/compliance-tool-kit/developer-guides/ctk-dashboards-kibana.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
