Skip to content

Commit 5ce1365

Browse files
CONN-5484: Added option for shield add-on
1 parent 1b46895 commit 5ce1365

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/salesforce-source.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ To configure a Salesforce Source:
7878
1. **Client Secret.** Enter the Consumer Secret of the ConnectedApp. 
7979
1. **Build In Memory Lookup.** Keep this checked. This will resolve IDs to human-readable names.
8080
1. **API Collection.** Select the checkbox depending on the type of data that you wish to collect.
81+
* **Full EventLogFile Monitoring/Shield add‑on.** Select the checkbox if you wish to collect full EventLogFile monitoring or Shield add-on is enabled.
8182
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.
8283
:::note
8384
<CollBegin/>
@@ -116,6 +117,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Mana
116117
| inmemory_lookup | Boolean | False | True | Set to true to enable inmemory lookup or to false to disable it.| |
117118
| collectAuditData | Boolean | No | True | Set to true to collect the audit events data.| |
118119
| collectEventLogFileData | Boolean | No | True | Set to true to collect the event log files data.| |
120+
| fullEventLogFileMonitoring | Boolean | No | True | Set to true to collect full EventLogFile monitoring or Shield add-on is enabled.| |
119121

120122
### JSON example
121123

static/files/c2c/salesforce/example.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"inmemory_lookup":true,
1717
"collectAuditData":true,
1818
"collectEventLogFileData":true,
19+
"fullEventLogFileMonitoring":true,
1920
"fields":{
2021
"_siemForward":false
2122
},

static/files/c2c/salesforce/example.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ resource "sumologic_cloud_to_cloud_source" "salesforce_source" {
1313
"inmemory_lookup":true,
1414
"collectAuditData":true,
1515
"collectEventLogFileData":true,
16+
"fullEventLogFileMonitoring":true,
1617
"password":"********",
1718
"fields":{
1819
"_siemForward":false

0 commit comments

Comments
 (0)