Skip to content

Commit

Permalink
Add * as default value for 3 more native connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-shelkovnikov committed May 8, 2024
1 parent db48aa0 commit 3a16114
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/kbn-search-connectors/types/native_connectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2605,7 +2605,7 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record<string, NativeConnector | unde
type: FieldType.LIST,
ui_restrictions: [],
validations: [],
value: '',
value: '*',
},
ssl_enabled: {
default_value: false,
Expand Down Expand Up @@ -3142,7 +3142,7 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record<string, NativeConnector | unde
type: FieldType.LIST,
ui_restrictions: [],
validations: [],
value: '',
value: '*',
},
fetch_size: {
default_value: 50,
Expand Down Expand Up @@ -4279,7 +4279,7 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record<string, NativeConnector | unde
type: FieldType.LIST,
ui_restrictions: [],
validations: [],
value: '',
value: '*',
},
use_text_extraction_service: {
default_value: false,
Expand Down

0 comments on commit 3a16114

Please sign in to comment.