Hello,
Is there a way to have a nested filter in the SWQL filter field on the Memory Utilization resource? I tried the following and it threw an error.
PercentMemoryUsed > 85 AND (Caption Not Like '*WIN' AND Node.CustomProperty.Region Not Like 'Southern')
What I want it to do is show servers with 85% memory usage and filter out server captions that end with 'WIN' and the Node Custom Property Region is not 'Southern'. How would I be able to get this working like I described?
@KMSigma.SWI
Thanks