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         = "1.0.0"

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

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

Revisions

1.0.0

Salesforce API v66.0 support. Renamed 6 logfile event types to match API v66. Added 14 new logfile event types.

NameTypeRequiredDescription
ApplicationNameStringYesThe application name that the integration will be used with
IntegrationNameStringYesA unique name for this integration instance
SubsystemNameStringYesThe subsystem name that the integration will be used with
UseSandboxBooleanYesIf this option is selected, the Salesforce Sandbox/Test environment will be used instead of the production environment
CustomObjectsStringNoTo read Salesforce Standard Objects or Custom Objects into Coralogix as logs, specify the object name and the field that contains the timestamp
LogfileEventsMultiselectNoThe list of Salesforce Log File Events to collect
PlatformEventsMultiselectNoThe list of Salesforce Platform Events to collect
0.0.4

Added support for Salesforce Sandbox environment.

NameTypeRequiredDescription
ApplicationNameStringYesThe application name that the integration will be used with
IntegrationNameStringYesA unique name for this integration instance
SubsystemNameStringYesThe subsystem name that the integration will be used with
UseSandboxBooleanYesIf this option is selected, the Salesforce Sandbox/Test environment will be used instead of the production environment
CustomObjectsStringNoTo read Salesforce Standard Objects or Custom Objects into Coralogix as logs, specify the object name and the field that contains the timestamp
LogfileEventsMultiselectNoThe list of Salesforce Log File Events to collect
PlatformEventsMultiselectNoThe list of Salesforce Platform Events to collect
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
LogfileEventsMultiselectNoThe list of Salesforce Log File Events to collect
PlatformEventsMultiselectNoThe list of Salesforce Platform Events to collect