Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
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
Attachments
Attachments
Issue Links
- duplicates
-
AMBARI-15025 Hosts page: Filtering works incorrectly with multiple filters applied
- Resolved
- links to