MongoDB Native Connector sync failing - Direct_connection configurable field missing on Kibana side #2839 (#141457)

This commit is contained in:
Maryna Cherniavska 2022-09-22 18:08:48 +02:00 committed by GitHub
parent a5afcd7ae9
commit d8f83051d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,15 @@ export const NATIVE_CONNECTORS: NativeConnector[] = [
}
),
},
direct_connection: {
value: '',
label: i18n.translate(
'xpack.enterpriseSearch.content.nativeConnectors.mongodb.configuration.directConnectionLabel',
{
defaultMessage: 'Use direct connection (true/false)',
}
),
},
},
name: i18n.translate('xpack.enterpriseSearch.content.nativeConnectors.mongodb.name', {
defaultMessage: 'MongoDB',