| Aggregate Queries | A list of queries by which to aggregate the retrieved alerts.
For example:
[ { “date_ranges”: [ { “from”: “string”, “to”: “string” } ], “exclude”: “string”, “field”: “string”, “filter”: “string”, “from”: 0, “include”: “string”, “interval”: “string”, “max_doc_count”: 0, “min_doc_count”: 0, “missing”: “string”, “name”: “string”, “q”: “string”, “ranges”: [ { “From”: 0, “To”: 0 } ], “size”: 0, “sort”: “string”, “sub_aggregates”: [ null ], “time_zone”: “string”, “type”: “string” } ]
|