• How to create a report/dashboard with multiple databases and user defined collection data in Foglight

    I'm trying to create a report/dashboard with multiple databases that shows the user defined collection data. I created a User Defined Collection on each Database. Now I'd like to create a simple report/dashboard with these columns:

    Database Name…

  • Query API reference

    Where is the reference for the groovy query API? For example, I have a rule variable working as expected with this value:

    def host = server.TopologyService.getObject(@event.get("topologyObjectID"));
    return host.get("monitoredHost/name");…