You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Polling Interval and Salesforce API Rate Limits
25
26
@@ -76,6 +77,7 @@ To configure a Salesforce Source:
76
77
1.**Client ID.** Enter the Consumer Key of the ConnectedApp.
77
78
1.**Client Secret.** Enter the Consumer Secret of the ConnectedApp.
78
79
1.**Build In Memory Lookup.** Keep this checked. This will resolve IDs to human-readable names.
80
+
1.**API Collection.** Select the checkbox depending on the type of data that you wish to collect.
79
81
1.**Collection Should begin.** Select the time range for how far back you want this source to start collecting data from Salesforce. Options available are: Now, 24 hours ago.
80
82
:::note
81
83
<CollBegin/>
@@ -112,6 +114,8 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Mana
112
114
| client_id | String | True |`null`| Type in Consumer Key of the Connected App. ||
113
115
| client_secret | String | True |`null`| Type in Consumer Secret of the Connected App. ||
114
116
| inmemory_lookup | Boolean | False | True | Set to true to enable inmemory lookup or to false to disable it.||
117
+
| collectAuditData | Boolean | No | True | Set to true to collect the audit events data.||
118
+
| collectEventLogFileData | Boolean | No | True | Set to true to collect the event log files data.||
0 commit comments