I have been trying to set up Elasticsearch with a SharePoint integration.
I am hosting elasticsearch, kibana and enterprise-search all version 8.7 in docker container. I added Sharepoint Online as a Source for the enterprise-workplace-search. When I try to sync the content all sync jobs fail with the following error:
Error after less than a minute Updated 0 items Failure caused by: Connectors::ContentSources::Office365::CustomClient::ClientError: got a 404 from https://graph.microsoft.com/v1.0/groups/0177c34b-6360-47fc-a77b-67d69aa03c1c/sites/root with query {:$select=>"id,name"}
The 404 makes sense since no site exists with the specified group, but I don't understand why the connector is trying to find sites with random groups or why it completely stops after not finding one random SharePoint site.
Are there any tips or tricks which might point me in the right direction for solving this problem?