Overview

A set of custom connectors used to power up automation capabilities.

Connectors

Cron Scheduled Connector

Description

A custom connector created to trigger playbooks by a given alert product, name and type and enables editing the parameters according to your specific use case. Allows the use of a cron expression.

Configuration

To configure a connector, go to Settings -> Connectors -> Create New Connector and search for Cron Scheduled Connector. 

Parameters

ParameterTypeDefault valueIs MandatoryDescription
Run EveryIntegers10 secondsNoSpecify the run schedule.
Product Field NameString
YesSpecify the source field name to retrieve the Product Field name.
Event Field NameStringevent_typeYesSpecify the source field name to retrieve the Event Field name.
Alert fieldsJSON
YesSpecify the Alert fields you would like to insert in JSON format.
Alert nameString
YesSpecify the Alert fields associated with the alert that will be created.
Alert typeString
NoSpecify the Alert type associated with the alert that will be created.
Cron expressionString* * * * *NoIf defined, will determine when the connector should create a case.
Product NameString
NoSpecify the product name associated with the alert that will be created.
PythonProcessTimeoutInteger30YesSpecify the timeout limit (in seconds) for the python process running the current script.

Scheduled Connector

Description

A custom connector created to trigger playbooks by a given alert product, name and type and enables editing the parameters according to your specific use case.

Configuration

To configure a connector, go to Settings -> Connectors -> Create New Connector and search for Scheduled Connector. 

Parameters

ParameterTypeDefault valueIs MandatoryDescription
Run EveryIntegers10 secondsNoSpecify the run schedule.
Product Field NameString
YesSpecify the source field name to retrieve the Product Field name.
Event Field NameStringevent_typeYesSpecify the source field name to retrieve the Event Field name.
Alert fieldsJSON
YesSpecify the Alert fields you want to insert in JSON format.
Alert nameString
YesSpecify the Alert fields associated with the alert that will be created.
Alert typeString
NoSpecify the Alert type associated with the alert that will be created.
Product NameString
NoSpecify the product name associated with the alert that will be created.
PythonProcessTimeoutInteger30YesSpecify the timeout limit (in seconds) for the python process running the current script.