This is helpful to someone who's trying to obtain/maintain visibility into a list of endpoints in an organization's Webroot instance with each endpoints count of days since since they were seen. This is a good Metric for QBRs, recurring site reviews, and an onboarding report. Also, this Metric could be used to build an audit with the intention of an end customer confirming that all looks as expected. This Metric can also be used to create a pointed Actionable Alert that alerts on if an endpoint's days since last seen passes specified thresholds.
Endpoints[].join(
, [join(
, [
, to_string(HostName)]), join(
, [
| Days Since Last Seen:
, to_string(DaysSinceLastSeen)])])