Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions docs/reference/search-connectors/es-connectors-servicenow.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ The ServiceNow connector is compatible with the following versions of ServiceNow

### Configuration [es-connectors-servicenow-client-configuration]




The following configuration fields are required to set up the connector:

`url`
Expand All @@ -136,11 +133,11 @@ The following configuration fields are required to set up the connector:
`services`
: Comma-separated list of services to fetch data from ServiceNow. If the value is `*`, the connector will fetch data from the list of basic services provided by ServiceNow:

* [User](https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/roles/concept/user.md)
* [Incident](https://docs.servicenow.com/bundle/tokyo-it-service-management/page/product/incident-management/concept/c_IncidentManagement.md)
* [Requested Item](https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/use/service-catalog-requests/task/t_AddNewRequestItems.md)
* [Knowledge](https://docs.servicenow.com/bundle/tokyo-customer-service-management/page/product/customer-service-management/task/t_SearchTheKnowledgeBase.md)
* [Change request](https://docs.servicenow.com/bundle/tokyo-it-service-management/page/product/change-management/task/t_CreateAChange.md)
* [User](https://www.servicenow.com/docs/bundle/vancouver-platform-administration/page/administer/roles/concept/user.html)
* [Incident](https://www.servicenow.com/docs/bundle/vancouver-it-service-management/page/product/incident-management/concept/c_IncidentManagement.html)
* [Requested Item](https://www.servicenow.com/docs/bundle/vancouver-servicenow-platform/page/use/service-catalog-requests/task/t_AddNewRequestItems.html)
* [Knowledge](https://www.servicenow.com/docs/bundle/vancouver-servicenow-platform/page/product/knowledge-management/concept/c_KnowledgeHomepage.html)
* [Change request](https://www.servicenow.com/docs/bundle/vancouver-it-service-management/page/product/change-management/task/t_CreateAChange.html)

::::{note}
If you have configured a custom service, the `*` value will not fetch data from the basic services above by default. In this case you’ll need to mention these service names explicitly.
Expand Down Expand Up @@ -373,4 +370,4 @@ See [Security](/reference/search-connectors/es-connectors-security.md).

### Content extraction [es-connectors-servicenow-client-content-extraction]

See [Content extraction](/reference/search-connectors/es-connectors-content-extraction.md).
See [Content extraction](/reference/search-connectors/es-connectors-content-extraction.md).
Loading