Description of problem: we want to add the engine fqdn to the history db under history_configuration table, in order to use it in Grafana links. In Grafana we can create a link based on a cell in a table, Link to the admin portal in Grafana (example): /ovirt-engine/webadmin/?locale=en_US#hosts-general;name=${__cell} When DWH and the engine are in different machines, a problem arises in adding links to Grafana- the link leads to the DWH machine FQDN and not to the engine machine FQDN.
Verified in ovirt-engine-4.5.0.6-0.7.el8ev.noarch ovirt-engine-dwh-4.5.2-1.el8ev.noarch The engine FQDN is stored in the history_configuration table under var_name = 'EngineFQDN'. It is used as a parameter in all dashboards as part of RFE bug 1925878.