Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 3667
blob585687efe0d043ba8be9ccf172495b17ed097e98
1 Title: Search expressions in host search can now be given as regexes
2 Level: 1
3 Component: wato
4 Compatible: compat
5 Version: 1.4.0i1
6 Date: 1467979934
7 Class: feature
9 The host search in WATO is normally performing a case insensitive infix search on the
10 set text attributes (e.g. name, alias, IP addresses). Now you can specify regular expressions
11 by prefixing the search term with a <tt>~</tt>. The regex searches are also performed as
12 case insensitive infix searches.