Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/reference/search-connectors/es-connectors-salesforce.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,9 @@ See [content extraction](/reference/search-connectors/es-connectors-content-extr

Refer to [connector known issues](/release-notes/known-issues.md) for a list of known issues for all connectors.


* **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.

### Security [es-connectors-salesforce-client-security]

Expand All @@ -507,4 +509,4 @@ See [connectors security](/reference/search-connectors/es-connectors-security.md

This connector is built with the [Elastic connector framework](https://github.com/elastic/connectors/tree/main).

View the [source code for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/salesforce.py) (branch *main*, compatible with Elastic *9.0*).
View the [source code for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/salesforce.py) (branch *main*, compatible with Elastic *9.0*).
Loading