27 Oct 2023 01:04 PM - last edited on 07 Nov 2023 09:12 AM by MaciejNeumann
Need to create a dashboard based on the host group names.
In dashboard host group name need to appear under the host group all host names need to appear and it need to be auto updated if any device is added or removed. As well as if any host group is added or removed those information need to update automatically.
27 Oct 2023 02:28 PM
Hi,
I think that is not possible in classic dashboards.
Do you know if you are using Grail enabled tenant? Maybe with DQL is possible.
Best regards
30 Oct 2023 03:21 PM
Hi @bvypk ,
not sure what is expected by "In dashboard host group name need to appear under the host group all host names need to appear" (what appear? list? grapg?), but if you use Dynamic filter with custom dimention Host Group you will be able to filter your dashboards based on host group and display just hostgroup which you need to.
And you can filter any host metric by hardcoded hostgroup if needed by using filter like filter(in("dt.entity.host",entitySelector("type(host),fromRelationship.isInstanceOf(type(HOST_GROUP),entityName.equals(~"name of host group~"))"))) for tiles
BR,
Ingrida