Data Sources

This section describes many of the pre-configured data sources that can be connected to Worklytics via Psoxy.

The table below enumerates the available connectors, provided via the worklytics-connector-specs Terraform module (see infra/modules/worklytics-connector-specs).

To add a source, add its Connector ID to the enabled_connectors list in your terraform.tfvars file.

From v0.4.58, you can confirm the availability of a connector by running the following command from the root of on of our examples:

./available-connectors

If your using v0.4.58+ of our terraform modules, but don't have the above script in your example, try

cp .terraform/modules/psoxy/tools/available-connectors.sh available-connectors
chmod +x available-connectors

Last updated