This section describes how to enable KPI Designer in UI.
To enable KPI Designer in UI:
- Logout from UI
- Stop httpd service
service httpd stop
- Edit /var/www/html/smarts-ui-app/assets/config/config.json file
Change "KPI": { "Enabled": false } To "KPI": { "Enabled": true }
- Edit <UI-InstallDir>/smarts-ui/config/smartsui-vhosts.conf
Add following 2 lines after the line "ProxyPassReverse /logout http://127.0.0.1:<AuthPort>/logout"
- ProxyPass /k4m http://<KPI IP Address>:<Port> connectiontimeout=5 timeout=120
- ProxyPassReverse /k4m http://<KPI IP Address>:<Port>
- Start httpd serviceservice httpd start