elastic / connectors

Source code for all Elastic connectors, developed by the Search team at Elastic, and home of our Python connector development framework
https://www.elastic.co/guide/en/enterprise-search/master/index.html
Other
71 stars 126 forks source link

Enhancement: Allow Outlook Cloud connector to specify client emails instead of defaulting to top 999 users #2843

Open ilyasabdellaoui opened 6 days ago

ilyasabdellaoui commented 6 days ago

Problem Description

The current Outlook Cloud connector attempts to fetch the top 999 users by default. This can lead to performance issues and unnecessary load, especially in environments where only a few client emails are relevant for the integration.

Proposed Solution

Introduce a configuration option in the Outlook Cloud connector to specify client emails (as a comma-separated list) to fetch only the relevant user data. This change will enhance performance by reducing the number of users fetched and improve the connector's efficiency.

seanstory commented 5 days ago

@ilyasabdellaoui thanks for filing! This is a good feature request. CC @danajuratoni for prioritization - could be something we ask team:external to take a look at?

ilyasabdellaoui commented 5 days ago

just a quick note that I’ve opened a PR #2844 that addresses this feature request.