Kibana Dashboard Integration With DSS Module
Overview
Configuration
{
"row": 1,
"name": "DSS_KIBANA_MAPS", // name of the config
"vizArray": [
{
"id": 401,
"name": "DSS_HEALTH_KIBANA_SCREEN",
"label": "DSS_HEALTH_KIBANA_SCREEN",
"vizType": "chart", // vizType set to chart
"noUnit": true,
"isCollapsible": false,
"charts": [
{
"id": "checklistCompletionRateOfDistrictSupervisor",
"name": "DSS_HEALTH_SUPERVISION_DISTRICT_SUPERVISORS_CHECKLISTS_COMPLETION_RATE",
"code": "",
"moduleName": "smc", // moduleName is needed to fetch Kibana url
"pageName": "national", // moduleName is needed to fetch Kibana url
"chartType": "kibanaComponent", // chart type set to kibanaComponent to render Kibana DSS
"filter": "",
"headers": []
}
]
}
]
}Rendering KibanaCard
Internal Implementation
File Path
MDMS
Configuration
Last updated
Was this helpful?