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
Name | Type | Required | Description |
---|---|---|---|
ApplicationName | String | Yes | The application name that the integration will be used with |
IntegrationName | String | Yes | |
SubsystemName | String | Yes | The subsystem name that the integration will be used with |
CustomObjects | String | No | To read Salesforce Standard Objects or Custom Objects into Coralogix as logs, specify the object name and the field that contains the timestamp |
LogfileEvents | Boolean | No | The list of Salesforce Log File Events to collect |
PlatformEvents | Boolean | No | The list of Salesforce Platform Events to collect |
Theme
Light