# Reporting

## Overview

MOSIP provides a reporting framework for real-time streaming of data and visualization. The dashboards give a visual display of metrics and important data to track the status of various pre and post-enrollment processes. This data helps ID issuers with improving efficiency, forecasting, and better decision-making. The framework has been used to create a set of default dashboards using Kibana.

Details of reporting framework can be found [here](https://github.com/mosip/reporting/blob/release-1.2.0/README.md).

## Dashboards

The following dashboards are configured on [Kibana](https://www.elastic.co/kibana/). The NDJSON source files are available [here](https://github.com/mosip/reporting/tree/release-1.2.0/dashboards).

### Pre-registration

![](/files/5SKjduFYihmZaRKiBrxT) ![](/files/0IBk4w8QR41SwUuSi16X)

### Pre-registration operations

![](/files/6x16kJmuHOYNtu6jFQIm) ![](/files/CnQ8iQVnP7INvjAsrCYb)

### Registration

![](/files/lECGC1k4XJD7APLFig7w) ![](/files/pxBpmX6AUmkXAYcx6hP4)

### Authentication

![](/files/4kfswyF9BtFBnRGU84Rq)

### Registration profile

![](/files/iiTRooEE02NuE9ws0Ios) ![](/files/ahUOyEDBaMbvMWG7p10M)

### ID issuance profile

![](/files/m5rRqZRhNYJAHDXai342) ![](/files/GotsIjVO4Dq5dUj2es4G)

### Overall trend

![](/files/tlfGmuq0HVuGp99Krhnk)

## How to customize?

The reporting pipeline and dashboards may be customized according to an adopter's requirements.

* Setup a data pipeline for populating data from database to Elasticsearch as given [here](https://github.com/mosip/reporting/blob/release-1.2.0/docs/connectors.md).
* After data is populated in Elasticsearch, add/customize dashboards in Kibana as given [here](https://www.elastic.co/guide/en/kibana/current/dashboard.html).

## Source code

[Github repo](https://github.com/mosip/reporting/tree/release-1.2.0)


---

# 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/1.2.0/id-lifecycle-management/support-systems/reporting.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.
