9 years ago
Easier "exclude" filters
I like that you start your various filters off with "include" for things like alert queries and dashboard queries, but I'd also like to see an "exclude" that follows the include. There are plenty ...
Hi Eric - thanks for the feedback! For your examples:
1. Windows Servers/!(IIS*) would include everything in the Windows Server subgroups , except for the IIS subgroup & all subgroups under IIS
2. Cisco/ESA* would include devices in the ESA group and all subgroups
You can combine these into one expression using the | character, like this: (Windows Servers/!(IIS*))|(Cisco/ESA*)
Let me know if this doesn't work for you