Skip to content

Commit

Permalink
Change service_type for Sharepoint Server connector (#160028)
Browse files Browse the repository at this point in the history
## Summary

With changes from Crest team to move Sharepoint connector to be a
Sharepoint Server connector, we need to update `service_type` for the
service created by Kibana, see
elastic/connectors#1065.

This PR does it.
  • Loading branch information
artem-shelkovnikov authored Jun 21, 2023
1 parent 2ec067f commit 6f87995
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
name: i18n.translate('xpack.enterpriseSearch.content.nativeConnectors.sharepoint.name', {
defaultMessage: 'Sharepoint Server',
}),
serviceType: 'sharepoint',
serviceType: 'sharepoint_server',
},
{
iconPath: 'sharepoint_online.svg',
Expand Down

0 comments on commit 6f87995

Please sign in to comment.