How to set up a mail alert when a SOAR collector stops generating cases within a certain time?

Hello everyone, my question is the one mentioned in the title.
I know that it is possible to create Jobs that can monitor if any of the connectors present errors when ingesting alerts.

But I can't find a way (if there is one) to send these alerts by email so that action can be taken in the case of data loss as soon as possible.

0 3 347
3 REPLIES 3

You can configure the e-mail to send these notifications to in the integration parameters for the "Siemplify" integration.

mikewilusz_0-1724259768191.png

 

I have it as you indicate, but even though the connector is on fault the Job indicates that no faults are found on the connectors.

paczz_0-1724322151815.png

paczz_1-1724322164497.png

 

 

You could write a job that will:
For each instance of a connector

SoarAndy_2-1724423591874.png

scrape python logs, then loop for errors
https://cloud.google.com/chronicle/docs/soar/admin-tasks/advanced/retrieve-raw-python-logs

SoarAndy_1-1724423477312.png

You might need to consider if you are looking for 401, 403, 429, 500, network timeout/DNS, and non-parsable results, etc