How to exclude resources in a Resource Group report?
I have an Interface Bandwidth report, which targets a Resource Group specified like this: /Lv1/Lv2/Network Devices/
I checked the examples here: https://www.logicmonitor.com/support/terminology-syntax/glob-expressions
But all of those at the bottom show examples about how to filter out subgroups or etc. None of those examples interact with the actual resources.
So I tried switching my report to a Resource Report instead, and I made the attempt to specify my Resource with one of these 2 methods, in the hope that I could use clobs to eliminate the servers I dont want:
Customers/PRIORITY ONE BANK/Network Devices*
Customers/PRIORITY ONE BANK/Network Devices/*
I tried this because I was hoping to do something like this:
Customers/PRIORITY ONE BANK/Network Devices/!(server1|server2)
But even without the server specification, if I use Customers/PRIORITY ONE BANK/Network Devices* or Customers/PRIORITY ONE BANK/Network Devices/* I get a report with no data.
I looked around to see if I could filter in the report based on a custom property that I set on devices, so I could just manage it there, and I didnt see an option for that either. I swore I had seen property filtering on a report somewhere but I dont see it.
So I guess I'm wondering, how exactly do I made a report, such as an Interface report, run against all the resources in a group, but exclude one or two servers?