Forum Discussion

anil_perera's avatar
7 years ago

Exclude dead devices from Dashboard

We remove dead devices from Logic Monitor after 3 days. Is there a way to exclude these dead devices from a dashboard?

1 Reply

Replies have been turned off for this discussion
  • Sarah_Terry's avatar
    Sarah_Terry
    Icon for Product Manager rankProduct Manager

    Hi Anil,

    One way to do this would be to dynamically group devices and exclude dead devices, then have the dashboard reference that dynamic group.  So, as an example, you could group together all non-terminated EC2 instances with the kay value tag pair 'env:prod' with this dynamic group query: system.aws.tag.env == "prod" && system.aws.stateName != "terminated".  Dashboards configured to match this dynamic group will display data for all non-terminated EC2 instances with that key value tag pair.  

    Thanks,
    Sarah