Description
It is required to configure domain name redirection for the installed Business Intelligence (BI) module, which is accessible by default via its IP address. For instructions on installing the module, see the link Installing the BI module and configuring user permissions.
Solution
To configure redirection by domain name:
- Connect to the server with the platform via SSH. For more information about connecting via SSH, see Workstation setup.
- Open the file /usr/local/mgr5/etc/business_intelligence/ansible/vars.json in edit mode.
- Find the parameter bi_app_host and replace the IP address with the domain name:
Original file example"bi_app_host": "https://10.10.10.10",Modified file example"bi_app_host": "bi.domain.com",Comment - Apply the changes:
/usr/local/mgr5/etc/business_intelligence/ansible/run.sh install - Open the file /usr/local/mgr5/etc/billmgr.conf in edit mode.
- Find the BIHost parameter and replace the IP address with the domain name (with indication of the port):
Original file exampleBIHost 10.10.10.10:8000Modified file exampleBIHost bi.domain.com:8000Comment - Restart BILLmanager:
/usr/local/mgr5/sbin/mgrctl -m billmgr exit - Check that the BI module is available at https://bi.domain.com.
If your domain uses its own SSL certificate, add it to the server with BI:
- Connect to the server with BI module via SSH. For more information about connecting via SSH, see Workstation setup.
- Place the certificate and key files in the /root/.local/share/ispsystem/bi-app/ directory with the following names:
- certificate file: server.cert
- key file: server.key
- Restart the bi-app container:
docker restart bi-app
Useful tips
The feature to specify a domain name during the BI module installation has been planned for implementation. The current status of this task is available under ticket number CF-3979 in our bug-tracking system.
Related topics:
En
Es