Alert filtering - unable to filter pattern alerts based on their pattern or pattern textDescriptionPattern alerts do not include values in the `example` object on the `em_alert_extra_data` table. This can prevent the creation and testing of Advanced Log Alert Filters.Steps to Reproduce 1. Follow the procedure on Create advanced log alert filters to step 7. 2. Select a value for the `Example Alert` field. 3. Observe the examples` object is not populated in the `Alert payload` field for pattern alerts.WorkaroundAdd `decomposedFrequestPatterns` to the `array` list in the `OCCAlertFiltering` script include: var array = ["severity", "latestEventTime", "insights", "routingTime", "predictive", "type", "holmes", "detectionType", "application", "examples", "metric", "service", "name", "occurrenceTime", "changePercentage", "properties", "currentValue", "decomposedFrequentPatterns"];/sys_script_include.do?sys_id=6d29c1e0eb6870106fa30df1b85228ccRelated Problem: PRB1668682