-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Component/s: ambari-web
-
Labels:None
Filtering for hostnames in hosts with alerts is not working properly, it returns all the hosts.
The cause is the precedence in the request:
alerts_summary/CRITICAL>0|alerts_summary/WARNING>0&Hosts/host_name.matches(.*200.*)
is applied as:
critical OR (warning AND match)
but the correct way would be:
(critical OR warning) AND match
- duplicates
-
AMBARI-15025 Hosts page: Filtering works incorrectly with multiple filters applied
-
- Resolved
-
- links to