Skip to content

Commit 80e51f8

Browse files
Document known limitation for Salesforce connector elastic#9545 (elastic#126791)
1 parent 045c7a3 commit 80e51f8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/reference/connector/docs/connectors-salesforce.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,11 @@ Instead, if a given user/group can have access to _any_ Objects of a given type
388388
See https://github.com/elastic/connectors/issues/3028 for more details.
389389
+
390390
391+
* *Only first 500 nested entities are ingested*
392+
+
393+
Some of the entities that Salesforce connector fetches are nested - they are ingested along the parent objects using a `JOIN` query. Examples of such entities are `EmailMessages`, `CaseComments` and `FeedComments`. When Salesforce connector fetches these entities it sets a limit to fetch only first 500 entities per parent object. The only possible workaround for it now is to fork the Connectors repository and modify the code in Salesforce connector to increase these limits.
394+
+
395+
391396
Refer to <<es-connectors-known-issues,connector known issues>> for a list of known issues for all connectors.
392397
393398
[discrete#es-connectors-salesforce-security]
@@ -794,6 +799,11 @@ Instead, if a given user/group can have access to _any_ Objects of a given type
794799
See https://github.com/elastic/connectors/issues/3028 for more details.
795800
+
796801
802+
* *Only first 500 nested entities are ingested*
803+
+
804+
Some of the entities that Salesforce connector fetches are nested - they are ingested along the parent objects using a `JOIN` query. Examples of such entities are `EmailMessages`, `CaseComments` and `FeedComments`. When Salesforce connector fetches these entities it sets a limit to fetch only first 500 entities per parent object. The only possible workaround for it now is to fork the Connectors repository and modify the code in Salesforce connector to increase these limits.
805+
+
806+
797807
Refer to <<es-connectors-known-issues,connector known issues>> for a list of known issues for all connectors.
798808
799809
[discrete#es-connectors-salesforce-client-security]

0 commit comments

Comments
 (0)