elastic / connectors

Official Elastic connectors for third-party data sources
https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors.html
Other
18 stars 136 forks source link

ServiceNow Connector does not ingest sn_communities_document table #2826

Open danajuratoni opened 2 months ago

danajuratoni commented 2 months ago

Bug Description

ServiceNow connector should index the "Document" table from a ServiceNow instance. ServiceNow contains two tables named "Document": sn_communities_document and dms_document.

Configuring the connector to ingest sn_communities_document table results in error.

Expected behavior

Enable connector to ingest data from the specific sn_communities_document table.

parthpuri-elastic commented 2 months ago

@danajuratoni Could you please try to configure the label of your table sn_communities_document? You can find the label in the sys_db_object_list table. For example, here sys_user is the name of the table and User is the label of the table. Image

danajuratoni commented 2 months ago

@steven506cr Could you please ask the user to try configuring the label of the table?

khushbu-elastic commented 1 month ago

Is there any update on this so that we can modify the issue status? @steven506cr CC: @danajuratoni

steven506cr commented 1 month ago

Hi Team,

I have ask the customer to run the tests.

I'll keep you posted