Polling queued
Description
This alert fires when the polling queues get filled over a certain threshold.
It is often meaning that Elasticsearch or the pollers are not going fast enough.
Default configuration
"pollingQueued": {
"active": true,
"threshold": 10000,
"delayWhenInactive": "PT5M",
"delayWhenActive": "PT1M"
}
Mail
Content
The mail contains the average count of items in each queue.
Sample
{
"endpoint": "https://...",
"name": "pollingQueued",
"status": "ACTIVE",
"since": "2023-03-26T13:30:25.969Z",
"HttpComContentPoller": 12304,
"HttpComPoller": 3024,
"HostsAgg": 23,
...
}