You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2022. It is now read-only.
I ran into an issue with the Network usage per host tile in the Host Performance page. The tile displays “The query returned no results”
Looking at the JSON for the solution, that query is set to ObjectName == Network Interface. I believe this should be set to Objectname == Network Adapter. Network Interface is not an object name with the default settings outlined in the solution.
I made the change form Network Interface to Network Adapter manually in the JSON and it now works.