Skip to content

Salesforce

Overview

Salesforce provides detailed logs of system activities, user interactions, and data changes, offering valuable insights into the platform. Read these logs to monitor how your Salesforce environment is being used, optimize it and ensure security and compliance.

For more information about this integration, click here.

How to use with Terraform

To deploy this integration using Terraform, you can use the coralogix_integration resource provided by the Coralogix Terraform provider. Below is an example configuration:

resource "coralogix_integration" "salesforce-events-collector" {
  integration_key = "salesforce-events-collector"
  version         = "0.0.3"

  parameters = {
    IntegrationName = "<IntegrationName>"
    ApplicationName = "<ApplicationName>"
    SubsystemName = "Salesforce"
  }
}

Replace the placeholder values with your actual configuration parameters. Refer to the parameter table below for required fields and their descriptions.

Revisions

0.0.3
NameTypeRequiredDescription
ApplicationNameStringYesThe application name that the integration will be used with
IntegrationNameStringYes
SubsystemNameStringYesThe subsystem name that the integration will be used with
CustomObjectsStringNoTo read Salesforce Standard Objects or Custom Objects into Coralogix as logs, specify the object name and the field that contains the timestamp
LogfileEventsBooleanNoThe list of Salesforce Log File Events to collect
PlatformEventsBooleanNoThe list of Salesforce Platform Events to collect