Hi ,
we are using Grafana 10.1 version.
OEM/OMS ver - 13c R5 update 22
oem plugin is installed on oms.
in Grafana dashboard, how does named credentials gets populated by dashboard. What privilege's is required for grafana user in oem to get the named credentials list populated in grafana dashboard ?
Specifying named credential with constant value ( ex : ‘named_cred_grafana’ ) in properties , dashboard report works fine.
But replacing named credential property with dynamic variable $oem_gf_named_credential, its value showing as null. its not getting the name of named credential which grafana user has access to during dashboard load.
We are trying to use dynamic variable $oem_gf_named_credential for named credential as we have multiple databases where this report can be viewed by user and we have created this named credential in oem which has access to all database targets.
$oem_gf_named_credential - from note :
https://docs.oracle.com/en/enterprise-manager/cloud-control/enterprise-manager-cloud-control/13.5/emgrf/create-dashboards-using-templates.html
Any inputs are highly appreciated.