Hi all,
im trying to exclude some interface names from a resource using a filter, the device owner section works ok, but im not sure on the interface name part, when i add this to the resource i get "Error: A query to the SolarWinds Information Service failed."
here is the fitler:
Nodes.CustomProperties.DeviceOwner = 'Network Team' AND Nodes.InterfaceName NOT LIKE "Dialer*" AND Nodes.InterfaceName NOT LIKE "ATM*"
can anyone help me out?
Thanks