23 Oct 2024 07:44 AM
Hello,
I'm trying to migrate some dashboard from classic to latest UI. One includes a honeycomb which displays all the OneAgents for a given Management Zone with those in problem state colored red.
The provided upgrade utility migrates this to a honeycomb showing the host availability with this underlying query:
timeseries avg(dt.host.availability), by: { dt.entity.host, availability.state }
| fieldsAdd dt.entity.host.name = entityName(dt.entity.host)
But availability is only one possible problem state. I found the query "fetch dt.davis.problems" in one of the honeycomb examples online but this only shows the problems but not which OneAgents are in a problem state.
Has anyone been able to replicate this visualization with the new UI? Or does anyone have any ideas on how to set it up?
Thanks in advance,
Mike