We are using workspace search for searching thru dropbox documents. These documents are part of a business team folder and accessable for the users. In workspace search it works fine. But since version 9.0 workspace search and elasticsearch hosted connectors are no longer supported. So before (now 8.18) upgrading to 9.0 we want to install a self hosted docker dropbox connetor connected to a new index.
We followed all the steps installing the connector and connect it to the dropbox application. So far all signs are green. Connection to the elk cloud can be made as the connection to the dropbox application. We manually started a full sync but nothing is happening. No actions visible in the logging. We turned on debugging mode for the connector and still nothing can be seen. We tried to turn on a scheduled full sync, but still no action.
I started a case at the supportdesk but no real help from them (over 5 days between a responce and no real answers to my questions).
Does anyone have a clue where to find out what is going on?? All help is appreciated
Startup info:
docker run -v "$HOME/elastic-connectors:/config" --tty --rm docker.elastic.co/integrations/elastic-connectors:8.18.0 /app/bin/elastic-ingest -c /config/config3.yml
[FMWK][08:16:57][INFO] Running connector service version 8.18.0
[FMWK][08:16:57][INFO] Loading config from /config/config3.yml
[FMWK][08:16:57][INFO] Running preflight checks
[FMWK][08:16:57][INFO] Waiting for Elasticsearch at https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.gcp.elastic-cloud.com:443 (so far: 0 secs)
[FMWK][08:16:57][INFO] Elasticsearch 8.18.0 and Connectors 8.18.0 are compatible
[FMWK][08:16:57][INFO] Extraction service is not configured, skipping its preflight check.
[FMWK][08:16:57][INFO] [job_scheduling_service] Job Scheduling Service started, listening to events from https://xxxxxxxxxxxxxxxxxxxxxxxx.gcp.elastic-cloud.com:443
[FMWK][08:16:57][INFO] [content_sync_job_execution_service] Content sync job execution service started, listening to events from https://xxxxxxxxxxxxxxxxxxxxxxxx.gcp.elastic-cloud.com:443
[FMWK][08:16:58][INFO] [access_control_sync_job_execution_service] Access control sync job execution service started, listening to events from https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.gcp.elastic-cloud.com:443
[FMWK][08:16:58][INFO] [Connector id: XXXXXXXXXXXXXXXXXX, index name: connector-dropbox-a58b] Successfully connected to Dropbox
[FMWK][08:16:58][INFO] [job_scheduling_service] Connector is configured correctly and can reach the data source
[FMWK][08:17:29][INFO] [Connector id: XXXXXXXXXXXXXXXXXXXXX, index name: connector-dropbox-a58b] Successfully connected to Dropbox
some debugging:
[FMWK][08:08:09][INFO] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Successfully connected to Dropbox
[FMWK][08:08:09][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Filtering is in state valid, skipping...
[FMWK][08:08:09][INFO] [job_scheduling_service] Connector is configured correctly and can reach the data source
[FMWK][08:08:09][DEBUG] Cancelling sleeps...
[FMWK][08:08:09][DEBUG] [job_scheduling_service] Scheduler woke up at 2025-05-20 08:08:09.130397+00:00. Previously woke up at 2025-05-20 08:07:38.526543+00:00.
[FMWK][08:08:09][DEBUG] [job_scheduling_service] Last sync was scheduled at None
[FMWK][08:08:09][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Next 'access_control' sync is at None
[FMWK][08:08:09][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] 'access_control' sync scheduling is disabled
[FMWK][08:08:09][DEBUG] [job_scheduling_service] Scheduler woke up at 2025-05-20 08:08:09.138141+00:00. Previously woke up at 2025-05-20 08:07:38.526543+00:00.
[FMWK][08:08:09][DEBUG] [job_scheduling_service] Last sync was scheduled at None
[FMWK][08:08:09][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Next 'incremental' sync is at None
[FMWK][08:08:09][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] 'incremental' sync scheduling is disabled
[FMWK][08:08:09][DEBUG] [job_scheduling_service] Scheduler woke up at 2025-05-20 08:08:09.145961+00:00. Previously woke up at 2025-05-20 08:07:38.526543+00:00.
[FMWK][08:08:09][DEBUG] [job_scheduling_service] Last sync was scheduled at 2025-05-20 08:00:00+00:00
[FMWK][08:08:09][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Next 'full' sync is at 2025-05-20 08:10:00+00:00
[FMWK][08:08:09][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Next 'full' sync due in 110 seconds
[FMWK][08:08:19][DEBUG] [access_control_sync_job_execution_service] Polling every 30 seconds for access control sync job execution
[FMWK][08:08:19][DEBUG] [content_sync_job_execution_service] Polling every 30 seconds for content sync job execution
[FMWK][08:08:39][DEBUG] [job_scheduling_service] Polling every 30 seconds for Job Scheduling
[FMWK][08:08:39][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Status is Status.CONNECTED
[FMWK][08:08:39][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Validating configuration
[FMWK][08:08:39][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Pinging the backend
[FMWK][08:08:39][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Access Token generated successfully
[FMWK][08:08:39][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Generating aiohttp client session
[FMWK][08:08:39][INFO] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Successfully connected to Dropbox
[FMWK][08:08:39][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Filtering is in state valid, skipping...
[FMWK][08:08:39][INFO] [job_scheduling_service] Connector is configured correctly and can reach the data source
[FMWK][08:08:39][DEBUG] Cancelling sleeps...
[FMWK][08:08:39][DEBUG] [job_scheduling_service] Scheduler woke up at 2025-05-20 08:08:39.777413+00:00. Previously woke up at 2025-05-20 08:08:09.154808+00:00.
[FMWK][08:08:39][DEBUG] [job_scheduling_service] Last sync was scheduled at None
[FMWK][08:08:39][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Next 'access_control' sync is at None
[FMWK][08:08:39][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] 'access_control' sync scheduling is disabled
[FMWK][08:08:39][DEBUG] [job_scheduling_service] Scheduler woke up at 2025-05-20 08:08:39.792104+00:00. Previously woke up at 2025-05-20 08:08:09.154808+00:00.
[FMWK][08:08:39][DEBUG] [job_scheduling_service] Last sync was scheduled at None
[FMWK][08:08:39][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Next 'incremental' sync is at None
[FMWK][08:08:39][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] 'incremental' sync scheduling is disabled
[FMWK][08:08:39][DEBUG] [job_scheduling_service] Scheduler woke up at 2025-05-20 08:08:39.804151+00:00. Previously woke up at 2025-05-20 08:08:09.154808+00:00.
[FMWK][08:08:39][DEBUG] [job_scheduling_service] Last sync was scheduled at 2025-05-20 08:00:00+00:00
[FMWK][08:08:39][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Next 'full' sync is at 2025-05-20 08:10:00+00:00
[FMWK][08:08:39][DEBUG] [Connector id: XXXXXXXXXXXXXXXXXX index name: connector-dropbox-a58b] Next 'full' sync due in 80 seconds
[FMWK][08:08:49][DEBUG] [access_control_sync_job_execution_service] Polling every 30 seconds for access control sync job execution
[FMWK][08:08:49][DEBUG] [content_sync_job_execution_service] Polling every 30 seconds for content sync job execution