From 75f35697a56839c56585a08b05ffacff898b4feb Mon Sep 17 00:00:00 2001 From: Artem Shelkovnikov Date: Tue, 15 Apr 2025 11:09:40 +0200 Subject: [PATCH] Document known limitation for Salesforce connector #9545 (#126791) (#126823) --- .../connector/docs/connectors-salesforce.asciidoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/reference/connector/docs/connectors-salesforce.asciidoc b/docs/reference/connector/docs/connectors-salesforce.asciidoc index f5c5512ad5cc..a7926d008e8f 100644 --- a/docs/reference/connector/docs/connectors-salesforce.asciidoc +++ b/docs/reference/connector/docs/connectors-salesforce.asciidoc @@ -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 <> 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 <> for a list of known issues for all connectors. [discrete#es-connectors-salesforce-client-security]