I added an All Nodes resource to my summary view with the following filter:
---
InterfaceName Like 'eth1*' AND Status = 2
---
I receive this error:
Bad Filter Specified: InterfaceName Like 'eth1%' AND Status = 2
Invalid column name 'InterfaceName'.
The "Show List of Interface Properties" is where I obtained the 'InterfaceName' variable.