mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
MongoDB Native Connector sync failing - Direct_connection configurable field missing on Kibana side #2839 (#141457)
This commit is contained in:
parent
a5afcd7ae9
commit
d8f83051d5
1 changed files with 9 additions and 0 deletions
|
@ -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', {
|
name: i18n.translate('xpack.enterpriseSearch.content.nativeConnectors.mongodb.name', {
|
||||||
defaultMessage: 'MongoDB',
|
defaultMessage: 'MongoDB',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue