You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connectors defined in the service config.yml can be soft-deleted. Since the logic for fetching/listing connectors is not yet using APIs we might still show deleted connectors as ready do sync.
To Reproduce
Steps to reproduce the behavior:
Add connector to config yml
Start service
Delete the connector in Kibana UI (or DELETE _connector/{id} with api)
Connector service still reports this connector as valid, e.g. in periodic log lines ("connector {} is not configured yet ....")
Expected behavior
Soft deleted connector should be treated as deleted connector.
Screenshots
Suggested workaround
Quick fix:
Listing connectors defined in the service config, add filter by deleted true flag in here
Bug Description
Connectors defined in the service
config.yml
can be soft-deleted. Since the logic for fetching/listing connectors is not yet using APIs we might still show deleted connectors as ready do sync.To Reproduce
Steps to reproduce the behavior:
DELETE _connector/{id}
with api)"connector {} is not configured yet ...."
)Expected behavior
Soft deleted connector should be treated as deleted connector.
Screenshots
Suggested workaround
Quick fix:
Long term fix:
The text was updated successfully, but these errors were encountered: