Kibana Dashboard Integration
Kibana dashboard integration steps with DSS module
Overview
Pre-requisites
Steps
2
Update DSS Master Dashboard Config
{
"row": 1,
"name": "DSS_CUSTOM_CHART",
"vizArray": [
{
"id": 700,
"name": "DSS_CUSTOM_CHART_LLIN",
"label": "DSS_CUSTOM_CHART_LLIN",
"vizType": "chart",
"noUnit": true,
"isCollapsible": false,
"charts": [
{
"id": "customChart",
"name": "DSS_HEALTH_CUSTOM_CHART",
"code": "",
"moduleName": "llin",
"pageName": "custom-chart",
"chartType": "kibanaComponent",
"filter": "",
"headers": []
}
]
}
]
}3
Configure MDMS for Kibana Integration
"llin": {
"iframe-routes": {
"custom-chart": {
"title": "DASHBOARD_CHECKLISTS_FILL",
"isOrigin": true,
"routePath": "/kibana/app/dashboards?auth_provider_hint=anonymous1#/view/1077cb40-8a14-11ef-82da-9bbcdc91995d?embed=true&_g=(refreshInterval:(pause:!t,value:60000),time:(from:now-15m,to:now))&_a=()&hide-filter-bar=true",
"Authorization": true,
"base-kibana-path": "/kibana/",
"overwriteTimeFilter": true
}
}
}Was this helpful?