How to query the alert management rules by conditions in "Alert filter" field within "Alert management rules" table list viewIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Description Most of the time customers have a large number of Alert Management rules in the instance. They wanted to be able to filter their rules, using the 'Alert Filter'. 'Alert Filter' allows you to create compound conditions. This field has type of 'Conditions' in dictionary, which extends the type string. There may be a requirement to create a query in "Alert management rules" table list view, to filter results based on this field. This article describes the procedure for this. To demonstrate this we will assume that we have a alert rule with 'Alert Filter' set to use node, keywords, description and short description as displayed in the below screenshot The requirement is to search for 'Alert Management Rules', where 'Alert Filter' has: node=dev1234*node=dev1234* AND short_description contains nagios,openview,scom Procedure Do not try to put a compound conditions in the one field for Alert Filter e.g. condition1^condition2^condition3, even though it seems intuitive.Create a series of 'Alert Filter' queries which are AND'd together.We can't use wildcards e.g. * but you use substrings along with 'contains'/'does not contain' operations, to get closer to what you want. E.g. This procedure is handy in the scenario where there are many alert management rules with very similar (but still distinct) alert filters. Applicable Versions All (prior to London - alert filter is in Alert Action Rules)