Skip to content
Snippets Groups Projects

Resolve #3511755 "Move elasticsearch destination"

1 unresolved thread
21 files
+ 13
1344
Compare changes
  • Side-by-side
  • Inline
Files
21
data_pipelines.dataset_destination.destinationSettings.elasticsearch:
type: config_object
label: 'ElasticSearch destination settings'
mapping:
url:
type: string
label: 'The ElasticSearch URL.'
username:
type: string
label: 'The username to authenticate with.'
password:
type: string
label: 'The password to authenticate with.'
prefix:
type: string
label: 'The index prefix.'
chunk_size:
type: integer
label: 'Chunk size'
Loading