mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
This commit is contained in:
parent
b46bf87caf
commit
75f35697a5
1 changed files with 10 additions and 0 deletions
|
@ -388,6 +388,11 @@ Instead, if a given user/group can have access to _any_ Objects of a given type
|
|||
See https://github.com/elastic/connectors/issues/3028 for more details.
|
||||
+
|
||||
|
||||
* *Only first 500 nested entities are ingested*
|
||||
+
|
||||
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.
|
||||
+
|
||||
|
||||
Refer to <<es-connectors-known-issues,connector known issues>> for a list of known issues for all connectors.
|
||||
|
||||
[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
|
|||
See https://github.com/elastic/connectors/issues/3028 for more details.
|
||||
+
|
||||
|
||||
* *Only first 500 nested entities are ingested*
|
||||
+
|
||||
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.
|
||||
+
|
||||
|
||||
Refer to <<es-connectors-known-issues,connector known issues>> for a list of known issues for all connectors.
|
||||
|
||||
[discrete#es-connectors-salesforce-client-security]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue