monitoring: remove no_results__suggest_quotes from alert
Created by: bobheadxi
Filters out quote suggestions from the search suggestions alert query - from @rvantonder:
We wrongly suggest this alert sometimes (False positive), since a query like content:"quoted value" is legitimate query (no user error) but will still come up if quoted value does not exist. This suggestion was added back in the day of literal vs regex search when the error of quotes was common. We can and should be smarter about it now. But either way it's low value/prone to FP and not worth showing/monitoring.