mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-05 20:17:07 +00:00
27 lines
513 B
JSON
27 lines
513 B
JSON
{
|
|
"source": {
|
|
"type": "metadata_elasticsearch",
|
|
"serviceName": "openMetadata",
|
|
"serviceConnection": {
|
|
"config":{
|
|
"type":"MetadataES"
|
|
}
|
|
},
|
|
"sourceConfig":{"config":{}}
|
|
},
|
|
"sink": {
|
|
"type": "elasticsearch",
|
|
"config": {
|
|
"es_host": "localhost",
|
|
"es_port": 9200,
|
|
"recreate_indexes": true
|
|
}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
}
|