Come join our live training webinar every other Wednesday at 11am PST and hear LogicMonitor experts explain best practices and answer common questions. We understand these are uncertain times, and we are here to help!
Many fields throughout your account support glob expressions. Fields that support glob expressions are usually marked with an asterisk:
You can also use glob to construct filters in LogicModules, on the Alerts Page, in Reports and more.
Notes:
This table below illustrates how to format glob expressions. You can combine these to create more complex expressions:
Conversely !(*a*) would match all entities without the string ‘a’ in the name. !(*a*|*b*|*c*) would match all entities without a, b or c in the name.
(server1|server3|server5|server6|server7|server8|server9|server10)
server!(2|4)
Production/!(Servers)
!(-*|Servers)
prod!(-01-LA*)
prod!(*29*)
!(*/*)
Production/!(*/*)
Production/!(Network/Servers)
Resource groups can be specified using glob expressions (e.g. in an alert rule) as follows:
There are few limitations while excluding the subgroups as the mentioned combinations do not work for all pages or sections. For more information, contact support.
In This Article